Autocomplete tweaks: remove search blocker, fix debounce params #869
1 unresolved thread
1 unresolved thread
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
Activity
- Resolved by Shpuld Shpludson
yeah I was thinking if it was needed as well, asked about it in the issue
it won't be until refresh, but until 10 queries have been made, so the biggest risk is making a query for user X that doesn't exist yet, then not being able to find him 10 minutes later after he has created an account
mentioned in commit 2ea5bff3
mentioned in issue #869 (closed)
Please register or sign in to reply