doc: clarify that groups can't be negated (#1881)

This commit is contained in:
Olicorne 2025-08-30 22:32:02 +02:00 committed by GitHub
parent 2f6fe4f7b5
commit d455c70491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@ Karakeep provides a search query language to filter and find bookmarks. Here are
- Use spaces to separate multiple conditions (implicit AND)
- Use `and`/`or` keywords for explicit boolean logic
- Use parentheses `()` for grouping conditions
- Prefix qualifiers with `-` to negate them
- Use parentheses `()` for grouping conditions (note that groups can't be negated)
## Qualifiers