There was an error while loading. Please reload this page.
1 parent 693c2d9 commit 1810a35Copy full SHA for 1810a35
helper_dart/lib/src/hits_searcher.dart
@@ -63,7 +63,6 @@ class HitsSearcher {
63
HitsSearcher._(this.searchService, this._state, Duration debounce)
64
: responses = _state.stream
65
.debounceTime(debounce)
66
- .distinct()
67
.switchMap(searchService.search),
68
_log = algoliaLogger('HitsSearcher');
69
0 commit comments