add ui for searching

This commit is contained in:
Andrew Zhao
2021-01-02 19:35:31 -05:00
parent c7e65ce795
commit 15ba3325d9
7 changed files with 149 additions and 3 deletions

View File

@@ -445,5 +445,5 @@ def process_search_query(query, page, user, region)
count, items = search(search_query, page, search_params, region).as(Tuple)
end
{search_query, count, items}
{search_query, count, items, operators}
end