Hi, I’m using algolia plugin in my app. I was wondering if any of you figured out how to achieve “No matches found” scenario.
Oneway is to use the condition
- Search box value is not empty and
- AlgoliaSimpleSearch Result is empty
But I’m already using this condition to display a loader to indicate that the results are loading. When no matches are found, Algolia returns with nbHits=0 but this is not available through any of the states.
Has any of you figured this out?
Thanks in advance!