diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index a1d9f3b5..c4b58cb8 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -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'] }