algolia_helper_flutter 1.3.0
algolia_helper_flutter: ^1.3.0 copied to clipboard
Patterns and APIs to implement advanced search features with Algolia for Flutter
1.3.0 #
- FEAT(search-reponse): expose renderingContent in model.
1.2.1 #
- FIX(pubspec): update algoliasearch dependency (#158).
- FIX(multiSearcher): forward error (#161).
- FIX(add*Searcher): debounce with constructor setting (#160).
1.2.0 #
- FIX(client): remove invalid
maxFacetHits
inSearchForHits
extension (#153). - FEAT(queryBuilder): remove aux queries for unrefined facets (#152).
- FEAT(clientOption): enable pass interceptor as parameters (#149).
1.1.0 #
- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(search-state): add support for
analyticsTags
(#141). - FIX(HitsSearcher): non-initialized EventTracker (#123).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
- FEAT(searcher): add
ClientOptions
toMultiSearcher
andFacetSearcher
(#132). - FEAT(searcher): add client options (#131).
1.0.0 #
- FIX(HitsSearcher): non-initialized EventTracker (#123).
1.0.0-pre #
- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
0.5.0 #
- FEAT(GeoSearch): add geospatial query support (#105).
- CHORE: Update dependencies to be more relaxed.
0.4.1 #
- CHORE: Fix pana issues (#95).
0.4.0 #
- FEAT: MultiSearcher and FacetSearcher (#92).
- FEAT: Highlighting extension for Facet.
- FEAT: Official Dart client integration.
- CHORE: Merge
algolia_helper_dart
toalgolia_helper_flutter
packages.
0.3.3 #
- FIX: use app documents directory to store the user token if possible (#88).
0.3.0 - 2022-04-07 #
Feat #
- Add eventTracker instances to
HitsSearcher
andFacetList
performing automatic hit view and filter click events tracking and facilitating manual Insights event tracking.
0.2.2 #
Fix #
- Allow same search query to be executed (#48)
- Highlighting of strings with non-alphanumeric characters (#46)
0.2.1 #
0.2.0 #
0.1.5 #
Feat #
- Update
HitsSearcher
'sdisjunctiveFacets
property when disjunctiveFacetList
is connected (#27)
0.1.1 #
0.1.0 #
Initial release.