Skip to content

Commit 1810a35

Browse files
authored
fix: remove distinct from search state stream (algolia#21)
1 parent 693c2d9 commit 1810a35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helper_dart/lib/src/hits_searcher.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class HitsSearcher {
6363
HitsSearcher._(this.searchService, this._state, Duration debounce)
6464
: responses = _state.stream
6565
.debounceTime(debounce)
66-
.distinct()
6766
.switchMap(searchService.search),
6867
_log = algoliaLogger('HitsSearcher');
6968

0 commit comments

Comments
 (0)