mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-29 05:28:53 +03:00
fix: tweak search treshold #250
This commit is contained in:
parent
0c471a40d8
commit
bdbc87b724
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ export default {
|
||||||
if (!this.hasSearchFilter) return this.getTorrents()
|
if (!this.hasSearchFilter) return this.getTorrents()
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
threshold: 0.3,
|
threshold: 0.25,
|
||||||
shouldSort: false,
|
shouldSort: false,
|
||||||
keys: ['name', 'size', 'state', 'hash', 'savePath', 'tags', 'category']
|
keys: ['name', 'size', 'state', 'hash', 'savePath', 'tags', 'category']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue