algolia / algoliasearch-helper-flutter

⚡️ Building block to create instant-search applications with Flutter
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
Other
22 stars 15 forks source link

Add support for "Around" queries #72

Closed Wackymax closed 1 year ago

Wackymax commented 1 year ago

Is your feature request related to a problem? Please describe 🙏
Currently when using the HitSearcher you can't define any of the "around" parameters for the index search.

Describe the solution you'd like 🤔
Adding the parameters to the search state so that it is passed into the index search.

Describe alternatives you've considered ✨
Currently I have to make use of the pure dart implementation since that exposes the properties.

Additional context
None

VladislavFitz commented 1 year ago

Finally added in v0.5.0. Thanks again for your contribution @Wackymax !

Wackymax commented 1 year ago

Glad I could contribute 😊. Thank you!On 02 Oct 2023, at 18:17, Vladislav Fitc @.***> wrote: Finally added in v0.5.0. Thanks again for your contribution @Wackymax !

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>