1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Ignore location on UI header fuzzy search

Fixes #4558
This commit is contained in:
Qstick 2020-07-01 21:29:47 -04:00
parent e870fd5215
commit 8f791853ad

View File

@ -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',