algolia Questions

3

Solved

I am facing an error while installing an Algolia extension into my firebase project. Error- When I click on the "Create secret" button, the error below is visible
Verlaverlee asked 18/11, 2021 at 10:15

5

Solved

I'm currently working in a social network app and I need to do a search feature. Firestore does not support these kind of queries, so I need to use an external service like Algolia. The problem is...
Departmentalize asked 14/9, 2018 at 2:43

3

Solved

As you know, using where() statement after the search method uses numericFilter. I am trying to filter my search results with string filtering. How can I use Facet Filter on search statement?
Subtonic asked 18/9, 2017 at 17:57

2

Solved

I am trying to import existing data from firestore to Algolia but can not make it work. I installed the *Firebase Algolia Extension` and tried to follow the documented steps: running this: npx f...

1

Solved

I have an index on algolia having users like this UserA: { createdAt: 1675364400000, email: "[email protected]", products: [ { productId: 'product1', dateAdded: 1675364400000, ...
Foliose asked 2/2, 2023 at 13:6

2

Solved

How can I delete multiple records at once? Is it possible to select all, say "products" post_type, and delete it or it has to be one by one? (I'm not trying to clear all the records)
Daly asked 18/8, 2016 at 22:20

1

I have a data array with multiple objects in Algolia index as below. [ { status:available startDate: 2000-10-20 endDate:2022-10-20 availablePlatform:[1,2,3] availableCountry:908, }, { status:avail...
Goalie asked 9/11, 2022 at 21:24

1

Solved

I am trying to get Algolia InstantSearch.js working with my Svelte website. I get the following error when I try to deploy this on Netlify, I get the following error: 9:27:35 PM: [vite]: Rollup fai...
Rima asked 28/6, 2022 at 17:50

1

Solved

I am using Algolia for search purposes and we got a huge pile of records. We want to delete some records and have decided to delete records that are older than X date. First I was using this const ...
Bik asked 12/6, 2022 at 14:37

3

Solved

I've got records in Algolia containing an array attribute with integer values, like : { ... choice_ids: [1, 99, 100, 200] ... } I want to filter all records containing any value of another ar...
Clarkia asked 27/8, 2016 at 22:59

1

I'm busy implementing indexed search in Flutter / Dart using algolia. I've ran into a problem that's not an actual problem. I'm struggling to figure out how to query for autocomplete results. Meani...
Kuomintang asked 16/9, 2020 at 11:19

3

We are trying to customize the Algoila instant results hover menu to fit our custom Magento theme. Does anyone know of a way to keep the instant result menu open so we can inspect elements using Ch...
Transitory asked 13/1, 2016 at 19:33

1

Im currently use Algolia on one collection, but i want to search in a another collection too separately, is there a way to add a second collection to Algolia
Disconsider asked 27/9, 2021 at 15:19

3

Solved

I am trying to follow a simple tutorial on setting up algolia which one can find here. https://www.algolia.com/doc/tutorials/indexing/3rd-party-service/firebase-algolia/ I literally copy the code...
Tolson asked 6/7, 2018 at 18:57

1

Solved

I'm using InstantSearch from algolia to create a input field, but I'm having trouble debugging where this cross comes from. It appears when the input field gets focused or hovered, the blue cross a...
Emlynne asked 9/7, 2021 at 11:39

3

Solved

I'm trying to index contacts in Algolia. Here is my code: StreamReader re = File.OpenText("contacts.json"); JsonTextReader reader = new JsonTextReader(re);` JArray batch = JArray.Load(reader); // ...
Broncobuster asked 28/4, 2016 at 13:7

1

Solved

I'm installing the Algolia extension for Firestore. Setup works just fine and it updates indices on add delete and update. But now I want to backfill it with existing data. The following steps are ...
Beriosova asked 10/6, 2021 at 6:25

0

I've got a fairly complex Next.js site that is mostly statically rendered and I'm adding Algolia search into the site. The mechanics of Algolia require that you use their API and notify them of add...
Everest asked 21/4, 2021 at 19:31

2

Solved

Is there a way to filter hits by a property's value that is either null or an empty string? i.e., show me all objects that do not have an author facetFilters=author:null facetFilters=author:'' ...
Glyptography asked 11/1, 2016 at 20:36

0

I've recently integrated Algolia search for a client, and it has come to my attention that it currently doesn't work for any IE based browsers. Below is an example of the code, we're using and the ...
Seminole asked 17/7, 2020 at 19:24

2

Solved

I'm using the instantsearch.js library provided by Algolia. The behaviour I want is: if the visitor hasn't entered anything in the search box then no results are returned. However, the Algolia do...
Triple asked 14/6, 2016 at 0:46

1

Solved

In the response from a search call, I get back a hits array and each item in the array includes a _highlightResult property. Is there any way to prevent that property from being returned in the sea...
Sciatica asked 7/10, 2019 at 18:24

0

I am building a Vue JS Application, with a Vuetify data-table, and an Algolia InstantSearch Vue Component into it. However currently the data-table, and the InstantSearch index are using different ...
Screech asked 29/3, 2019 at 6:53

0

I want to use Algolia but for somehow I dont find any docs about syncing the data from Postgresql to Algolia? Scenario User add an item to the Postgresql and immediately it syncs in the Algolia ...
Overskirt asked 28/2, 2019 at 6:8

1

Let's say I am building a hotel booking platform, and every Room record has availability calendar. A common search criteria is to search by duration. Where user inputs start date and end date, and ...
Dukey asked 21/9, 2015 at 8:17

© 2022 - 2024 — McMap. All rights reserved.