For Algolia InstantSearch libraries issues and questions.
Questions tagged [instantsearch]
75 questions
5
votes
1 answer
InstantSearch can't remove blue cross which resets query
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 appear and it looks like it clears the query. (I…

Kim Vu
- 584
- 9
- 25
4
votes
1 answer
this.props.contextValue.store.getState is not a function when adding a custom input
I'm running into an issue with adding my own custon input after following the documentation for Autocomplete.
The error I get is "this.props.contextValue.store.getState is not a function" when adding my CustomSearchBox component. Can anyone advise…

mark
- 235
- 3
- 11
4
votes
0 answers
How to set a default filter option in Algolia Instant Search
I want to display only certain records from Algolia.For that I need to filter the list with some Ids (which I will get from some other api).The records has to displayed on page load .Is there any option I can use to filter the list that dont reflect…

Janaki Narayanan
- 523
- 6
- 24
4
votes
1 answer
Algolia Instantsearch: custom sort refinementlist
In our project we have several refinement lists and they're functioning correctly. However they're default sorting, count the alphanumeric, is being applied. In our situation I have a 'rank' attribute on each of my refinement list items but I…

Jeff Nichols
- 167
- 1
- 1
- 12
3
votes
1 answer
Warning: Entry point 'angular-instantsearch' contains deep imports into '/node_modules/instantsearch.js/es/connectors
After installing these two package in my Angular application 13.0.3. I am receiving this below warning.
"angular-instantsearch": "^4.1.0",
⠙ Generating server application bundles (phase: setup)...Warning: Entry point 'angular-instantsearch'…

Santosh
- 3,477
- 5
- 37
- 75
3
votes
0 answers
Algolia InstantSearch iOS not updating data with each keystroke
I am using Algolia InstantSearch and the HitsTableViewController is displaying the list of data properly, however the results are not changing with each keystroke. Does anyone know how to make the results change with each letter that's typed into…

Adam P
- 31
- 2
3
votes
2 answers
Failed to import algoliasearch to my lib folder
I want to import algolia python lib to my python 3 app engine project.
So I did
pip install algoliasearch -t lib
And in my lib folder I created __init__.py
Then In my project I import using
from lib.algoliasearch.search_client import…

asdf_enel_hak
- 7,474
- 5
- 42
- 84
3
votes
0 answers
Searching for ObjectID after implementing routing in Algolia
I have feature whereby am constructing a url like :
http://localhost/listings?q=&idx=content_index&p=0&dFR[objectID][0]=97&dFR[objectID][1]=96
It creates a facetFilters: [["objectID:97","objectID:96"]]"}. I have a clear All feature also which clear…

Sonal
- 425
- 1
- 5
- 12
2
votes
0 answers
Algolia Autocomplete and display in result page on enter key or submit
I am looking for a solution with Algolia in React. I have a search bar where I am using autocomplete feature to load the result of products . Now when i click on submit button or Enter key i want to redirect to new result page where i want to…

Shantal Kaula
- 71
- 7
2
votes
1 answer
Angular Instant Search Custom Widget - Property 'refine' does not exist on type 'object'
I've created a custom searchbox widget in my Angular Application and this works fine in dev mode. The moment I build the project (ng build --prod), I receive the following error:
Property 'refine' does not exist on type…

Que
- 957
- 2
- 14
- 35
2
votes
1 answer
MemoryLeak appears when using InstantSearch-Android
When I'm using InstantSearch Android, a memory leak appears.
See the following MainActivity which leaks memory... hprof shows that it is a problem with com.algolia.instantsearch.ui.views.Hits. Does anybody know how to destroy that View when the…

bojan
- 1,269
- 2
- 9
- 13
1
vote
0 answers
Algolia React Autocomplete Creating a custom renderer
Hey so I'm trying to make a custom Autocomplete render with algolia in react. I'm following this guide: https://www.algolia.com/doc/ui-libraries/autocomplete/guides/creating-a-renderer/
So far so good, it works with their searchClient and Index, but…

Frederik Nielsen
- 147
- 7
1
vote
1 answer
ALGOLIA - Numeric Filters with OR conditio
I have around 2557378 records in ALGOLIA. i am trying to apply few conditions with numericFilters
I need to fetch all a values b values and c values
I used Filter condition as below:
{
"numericFilters": [
"A>50 OR B > 0 OR C > 0"
…

wthamira
- 2,032
- 2
- 21
- 40
1
vote
1 answer
How to use to Algolia connectors together?
I am working on a project where I'm supposed to implement autocomplete functionality in a search box. I'm using React-InstantSearch and my SearchBox component is built up using an Algolia connector connectSearchBox. Now I want to implement…

sameen
- 11
- 1
1
vote
1 answer
Algolia vue-instantsearch : disjunction between two distincts facets
Using algolia vue-instantsearch, i’m encountering a special case and i’m having an hard time finding a solution.
Refinement behaviors is that you get the results that matches all your refinement filters.
If i filter on a brand and a price, i’ll get…

Random Dev
- 76
- 5