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

feat: search parameters for around queries #73

Closed Wackymax closed 1 year ago

Wackymax commented 1 year ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Related Issue Fix #72
Need Doc update yes

This commit refactors the SearchState class to include new properties for location-based search parameters. It also updates the AlgoliaSearchService class to handle these new parameters when building queries. The changes include adding support for aroundLatLngViaIP, aroundLatLng, aroundRadius, minimumAroundRadius, and aroundPrecision.

What problem is this fixing?

VladislavFitz commented 1 year ago

Hi @Wackymax , Thank you for valuable contribution! Could you please rebase your pull request onto the main branch and ensure that the continuous integration (CI) checks are passing? This will allow me to proceed with the next steps.

VladislavFitz commented 1 year ago

Hi @Wackymax. Could you rebase on the version 0.3.2, it might make unnecessary the changes you added in the https://github.com/algolia/algoliasearch-helper-flutter/pull/73/commits/893fc8af6c1174c45073705fd502f953c0198e22 and you can revert them Also please revert the https://github.com/algolia/algoliasearch-helper-flutter/pull/73/commits/01560b878c893190a031682a77f657ffb70ae7b7 , I will do everything necessary for the release myself.

Wackymax commented 1 year ago

Made a new pull request with the latest lib changes