diff options
-rw-r--r-- | issues/search-suggestions.gmi | 5 |
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. |