summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2023-04-04 03:37:55 +0300
committerAlexander_Kabui2023-04-04 03:37:55 +0300
commit739b4e6c80fab18f72145a7fa8a91016c10e9f0d (patch)
tree83b8a3f764a6e8ba856ec28af6a59a8401e8bc4f
parent4f501a3a003ecd0cd3d953407b7c0738c4afb788 (diff)
downloadgn-gemtext-739b4e6c80fab18f72145a7fa8a91016c10e9f0d.tar.gz
update issue issues/add-search-syntax-hints.gmi
-rw-r--r--issues/add-search-syntax-hints.gmi14
1 files changed, 13 insertions, 1 deletions
diff --git a/issues/add-search-syntax-hints.gmi b/issues/add-search-syntax-hints.gmi
index 32250d4..5c63080 100644
--- a/issues/add-search-syntax-hints.gmi
+++ b/issues/add-search-syntax-hints.gmi
@@ -1,7 +1,19 @@
# Add search syntax hints to web UI
-* assigned: alex
+## Tags
+
+* assigned: alexm
+* status: completed, closed
+* keywords: xapian,search,UI
The web UI of the global search should hint at the supported search syntax. For example, see how mumi (the Guix issue tracker) hints at the search query syntax when you click on the "Hint" dropdown.
=> https://issues.guix.gnu.org/
This will serve as a kind of self-documentation. It will keep the documentation close to where it is needed, and will free the user from having to look up obscure documentation somewhere far away.
+
+
+## Notes 3/4/23
+
+issue completed and pushed to production
+also related to new issues/enhancement:
+
+=> issues/full_autocomplete_implementation