Skip to content

Commit

Permalink
fix: tweak search treshold #250
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed May 2, 2021
1 parent 0c471a4 commit bdbc87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Expand Up @@ -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']
}
Expand Down

0 comments on commit bdbc87b

Please sign in to comment.