Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/8f791853ad2ebf4b90bc03f56b58770f7ac27bbe You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Ignore location on UI header fuzzy search

Fixes 
pull/4561/head
Qstick 5 years ago
parent e870fd5215
commit 8f791853ad

@ -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…
Cancel
Save