Added fuzzy searching

This commit is contained in:
Grzegorz Leoniec 2019-03-07 11:54:48 +01:00
parent da3b10065c
commit 7e844e7625
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -64,7 +64,7 @@ export const actions = {
}
`),
variables: {
filter: value
filter: value.replace(/\s/g, '~ ') + '~'
}
})
.then(res => {