fix: Reduce search tolerance on organizers page (#3950)

This commit is contained in:
Michael Genson 2024-07-27 23:23:26 -05:00 committed by GitHub
parent cc324b29ae
commit def346d16d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,9 +114,9 @@ export default defineComponent({
options: {
ignoreLocation: true,
shouldSort: true,
threshold: 0.6,
threshold: 0.2,
location: 0,
distance: 100,
distance: 20,
findAllMatches: true,
maxPatternLength: 32,
minMatchCharLength: 1,