From bbe570ecb09d0982aca75f9f9341e57500127352 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 26 Jun 2021 17:13:15 +0530 Subject: [PATCH] UX update Removing search by tags suggestions --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 096388c..73471e3 100644 --- a/index.html +++ b/index.html @@ -1067,7 +1067,7 @@ } async function renderSearchSuggestions(searchKey, advance = false) { - const result = await getFilteredTorrents(['name', 'filename', 'tags'], searchKey, limit = 6) + const result = await getFilteredTorrents(['name', 'filename'], searchKey, limit = 6) if(advance){ getRef('advance_search_suggestions').innerHTML = `` }