diff --git a/httpdocs/templates/typeahead_input.html b/httpdocs/templates/typeahead_input.html index 486750fdd1..c1d56120aa 100644 --- a/httpdocs/templates/typeahead_input.html +++ b/httpdocs/templates/typeahead_input.html @@ -15,6 +15,25 @@ diff --git a/scripts/lua/find_prefs.lua b/scripts/lua/find_prefs.lua index cbe7aa03a8..d399dc93f6 100644 --- a/scripts/lua/find_prefs.lua +++ b/scripts/lua/find_prefs.lua @@ -51,9 +51,9 @@ for _, tab in pairs(menu_subpages) do -- Decorate with tab label addResult(entry.title, tab, tab.label .. ": ") break - elseif matchesQuery(entry.description, query) then + --[[elseif matchesQuery(entry.description, query) then -- Decorate with entry title and tab label - addResult(entry.description, tab, tab.label .. " [" .. entry.title .. "]: ") + addResult(entry.description, tab, tab.label .. " [" .. entry.title .. "]: ")]]-- end end end