mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: Reduce search tolerance on organizers page (#3950)
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user