mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -3,9 +3,8 @@ import Fuse from 'fuse.js';
|
|||||||
const fuseOptions = {
|
const fuseOptions = {
|
||||||
shouldSort: true,
|
shouldSort: true,
|
||||||
includeMatches: true,
|
includeMatches: true,
|
||||||
|
ignoreLocation: true,
|
||||||
threshold: 0.3,
|
threshold: 0.3,
|
||||||
location: 0,
|
|
||||||
distance: 100,
|
|
||||||
minMatchCharLength: 1,
|
minMatchCharLength: 1,
|
||||||
keys: [
|
keys: [
|
||||||
'title',
|
'title',
|
||||||
|
Reference in New Issue
Block a user