diff options
Diffstat (limited to 'cache/query.go')
-rw-r--r-- | cache/query.go | 9 |
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) { |