Skip to content

Commit

Permalink
Related entries from search history Increased from 60 to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Jun 14, 2024
1 parent 11dc3f9 commit 7bd2291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ private void initSuggestionObserver() {
suggestionDisposable = observable
.switchMap(query -> {
final Flowable<List<SearchHistoryEntry>> flowable = historyRecordManager
.getRelatedSearches(query, 60, 60);
.getRelatedSearches(query, 60, 80);
final Observable<List<SuggestionItem>> local = flowable.toObservable()
.map(searchHistoryEntries -> {
List<SuggestionItem> result = new ArrayList<>();
Expand Down

0 comments on commit 7bd2291

Please sign in to comment.