diff options
author | Arun Isaac | 2022-07-08 02:10:18 +0530 |
---|---|---|
committer | Arun Isaac | 2022-07-08 02:21:36 +0530 |
commit | 9de072ca4e53c90f983e02a5f7c7b334f4a8feef (patch) | |
tree | d1a0749349f26677d767cd870def5aa133b72d3e /issues | |
parent | f6dc5952e5f5c644cd7c4f15c9705859c3fb2c8a (diff) | |
download | tissue-9de072ca4e53c90f983e02a5f7c7b334f4a8feef.tar.gz tissue-9de072ca4e53c90f983e02a5f7c7b334f4a8feef.tar.lz tissue-9de072ca4e53c90f983e02a5f7c7b334f4a8feef.zip |
issues: Add links to filter documents by type.
* issues/add-links-to-filter-documents-by-type.gmi: New file.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/add-links-to-filter-documents-by-type.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/add-links-to-filter-documents-by-type.gmi b/issues/add-links-to-filter-documents-by-type.gmi new file mode 100644 index 0000000..533e0f7 --- /dev/null +++ b/issues/add-links-to-filter-documents-by-type.gmi @@ -0,0 +1,5 @@ +# Add links to filter documents by type + +* tags: enhancement, web ui + +Currently, in the web UI, if the user wants to filter by document type (issues, other documents, etc.), they need to add terms such as type:issue or type:document to the search query. The casual user is not going to learn this search query syntax, and this is going to lead to a lot of confusion. It would be much better to add links to quickly filter by document type. These links will be graphical aids that any user can click with ease. |