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