mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 14:07:20 -04:00
parent
e870fd5215
commit
8f791853ad
1 changed files with 1 additions and 2 deletions
|
@ -3,9 +3,8 @@ import Fuse from 'fuse.js';
|
|||
const fuseOptions = {
|
||||
shouldSort: true,
|
||||
includeMatches: true,
|
||||
ignoreLocation: true,
|
||||
threshold: 0.3,
|
||||
location: 0,
|
||||
distance: 100,
|
||||
minMatchCharLength: 1,
|
||||
keys: [
|
||||
'title',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue