Skip to content

Autocomplete tweaks: remove search blocker, fix debounce params #869

Shpuld Shpludson requested to merge feat/tweak-autocomplete-search into develop

This is to address #869 (closed)

I changed the debounce parameters makes sure it doesn't fetch on the initial character but when you stop typing.

I removed the "don't search if we already have some results" as it can make it impossible to get the results you want, and added a list of recent queries to remove duplicate searches.

Edited by Shpuld Shpludson

Merge request reports