algoliasearch-helper-flutter
algoliasearch-helper-flutter copied to clipboard
⚡️ Building block to create instant-search applications with Flutter
We are trying to create the following query: `status:active OR lastAttendedDate > 1700000000000` Our code looks like this: ```dart filterState.add(FilterGroupID.or('someGroup'), [ Filter.facet('status', "active"), Filter.comparison('date', NumericOperator.greaterOrEquals, 170000000), ]); ``` When we...
Can the 'final String? status' field be filtered to exclude null values? The 'status' field can have the values 'null', 'inProgress', 'pending', and 'approved'. Ex> ``` var filter = FilterState();...
**Describe the bug 🐛** I've a list of objectIds and want to retereive hits against those objectIDs. Is it possible to do? as i don't see any example.
| Q | A | |-----------------|----------| | Bug fix? | no | | New feature? | yes | | BC breaks? | no | | Related Issue | [Slack](https://algolia.slack.com/archives/C2XP6HBKQ/p1724891527306789?thread_ts=1721845058.679669&cid=C2XP6HBKQ) |...
I've tried many ways to get the facetsStats of say "price" attribute (in order to get the highest price) but non works. It seems like a bug or does any...
| Q | A | |-----------------|----------| | Bug fix? | yes | | New feature? | no | | BC breaks? | no | | Related Issue | https://github.com/algolia/algoliasearch-client-dart/issues/21 |...
**Describe the bug 🐛** Hive is not compatible with wasm and seems to be not maintained anymore. Maybe try with [hive_ce](https://pub.dev/packages/hive_ce) which is wasm compatible I'm unable to locate the...
| Q | A | |-----------------|----------| | Bug fix? | yes/no | | New feature? | yes/no | | BC breaks? | no | | Related Issue | Fix #......
| Q | A | |-----------------|----------| | Bug fix? | yes | | New feature? |no | | BC breaks? | no | | Related Issue | Fix #... |...
| Q | A | |-----------------|----------| | Bug fix? | no | | New feature? | yes | | BC breaks? | no | | Related Issue | n/a |...