fix: tweak search treshold #250

This commit is contained in:
Daan Wijns 2021-05-02 09:01:06 +02:00 committed by GitHub
parent 0c471a40d8
commit bdbc87b724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@ export default {
if (!this.hasSearchFilter) return this.getTorrents()
const options = {
threshold: 0.3,
threshold: 0.25,
shouldSort: false,
keys: ['name', 'size', 'state', 'hash', 'savePath', 'tags', 'category']
}