mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-30 18:49:41 +02:00
fix: Reduce search tolerance on organizers page (#3950)
This commit is contained in:
parent
cc324b29ae
commit
def346d16d
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@ export default defineComponent({
|
||||||
options: {
|
options: {
|
||||||
ignoreLocation: true,
|
ignoreLocation: true,
|
||||||
shouldSort: true,
|
shouldSort: true,
|
||||||
threshold: 0.6,
|
threshold: 0.2,
|
||||||
location: 0,
|
location: 0,
|
||||||
distance: 100,
|
distance: 20,
|
||||||
findAllMatches: true,
|
findAllMatches: true,
|
||||||
maxPatternLength: 32,
|
maxPatternLength: 32,
|
||||||
minMatchCharLength: 1,
|
minMatchCharLength: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue