algolia / algolia/algoliasearch-helper-flutter

[Filter Snapshot]: Unable to read the 'value' value from the filter snapshot.

Open
#76 2 comments 0 reactions 1 assignee Claimed by @VladislavFitz View on GitHub
Dominant language
Dart
Stars
27
Forks
21
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Unable to read the 'value' value from the filter snapshot.

```
final FilterState _filterState = FilterState();
Filters filterList = _filterState.snapshot();
Set fs = filterList.getFilters();
logger.info('filter>>>>:${fs.toString()}');
```
**value: product**
` INFO: filter>>>>:{FilterFacet{attribute: type, isNegated: false, value: product, score: null}}`

I want to display the selected filter value list in the UI, but I am unable to read the 'value'.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.