algolia / algolia/algoliasearch-helper-flutter
Rerun of the search request
- Dominant language
- Dart
- Stars
- 27
- Forks
- 21
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
**Describe the bug 🐛**
Im faced with issue when Im sending the same search query using `'searcher.rerun()'` method Im not receiving any results, and it can only be fixed by sending another request with new text. It was working while ago but now it's not. I also tried to do it with `searcher.query('query')` method but it's also not working
**To Reproduce 🔍**
Steps to reproduce the behavior:
1. Send search query
2. Receive search results
3. Send the same search query again
4. No results, no errors from searcher
**Expected behavior 💭**
Receiving search results after sending the same search query again
**Screenshots 🖥**

**Environment:**
- OS: iOS 16.4
- Library Version 0.2.3, 0.3.1
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.