From bdbc87b72423891a04a9c8c7a5de69e1d4ccd755 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Sun, 2 May 2021 09:01:06 +0200 Subject: [PATCH] fix: tweak search treshold #250 --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index a1d9f3b5d5..c4b58cb85c 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'] }