aboutsummaryrefslogtreecommitdiffstats
path: root/cache
diff options
context:
space:
mode:
Diffstat (limited to 'cache')
-rw-r--r--cache/query.go9
1 files changed, 1 insertions, 8 deletions
diff --git a/cache/query.go b/cache/query.go
index d8df00fe..8b044540 100644
--- a/cache/query.go
+++ b/cache/query.go
@@ -15,14 +15,7 @@ type Query struct {
//
// Ex: "status:open author:descartes sort:edit-asc"
//
-// Supported filter fields are:
-// - status:
-// - author:
-// - label:
-// - no:
-//
-// Sorting is done with:
-// - sort:
+// Supported filter fields and syntax are described in docs/queries.md
//
// Todo: write a complete doc
func ParseQuery(query string) (*Query, error) {