summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-07-11 16:54:32 +0530
committerArun Isaac2022-07-11 16:59:14 +0530
commite0ed1afc72619baef3597195bf73ededa35d0f29 (patch)
tree0762cccb228d46f29499258e954117bfc86faade
parent6d6285d071132960835f848a1703faaea2356937 (diff)
downloadtissue-e0ed1afc72619baef3597195bf73ededa35d0f29.tar.gz
tissue-e0ed1afc72619baef3597195bf73ededa35d0f29.tar.lz
tissue-e0ed1afc72619baef3597195bf73ededa35d0f29.zip
issues: Implement search suggestions.
* issues/search-suggestions.gmi: New file.
-rw-r--r--issues/search-suggestions.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/search-suggestions.gmi b/issues/search-suggestions.gmi
new file mode 100644
index 0000000..c38ad3b
--- /dev/null
+++ b/issues/search-suggestions.gmi
@@ -0,0 +1,5 @@
+# Search suggestions
+
+* tags: enhancement, web ui
+
+Implement search suggestions, just like on Google. As the user types into the search box, a list of search suggestions should pop down. For good user experience, it is important that this be asynchronous and not block the UI.