Fixed: Long titles not finding matches in UI series search
This commit is contained in:
parent
73ed5f6ee2
commit
8eeab25468
|
@ -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,
|
|
||||||
maxPatternLength: 32,
|
maxPatternLength: 32,
|
||||||
minMatchCharLength: 1,
|
minMatchCharLength: 1,
|
||||||
keys: [
|
keys: [
|
||||||
|
|
Loading…
Reference in New Issue