Algolia real time search

Integrations

I am trying to use a text field on a page to use as a real-time search term for algolia query list view displayed in a component on the same page.
The text field is set to update on change every 300ms (and it does that correctly)

Algolia search query only searches on the first change and then disregards any further inputs. (aka when writing product one it searches for the product one. If I then change the text to product two there is no change or query to algolia.

What have you tried so far?

I have tried passing the search term as a parameter to the component and setting the algolia query to use the parameter and I have tried saving the search term as an app state and then setting the query to use the appstate as the search term.
Both ended up working the same.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
1 reply