Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Mar 6, 2024
1 parent 32a9a34 commit c39c927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion in-app-manual/browsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The text field allows you to search using keywords. Keyword searching matches on
| Tag | Name, Aliases |

Keyword matching uses the following rules:

* all words are required in the matching field. For example, `foo bar` matches scenes with both `foo` and `bar` in the title.
* the `or` keyword or symbol (`|`) is used to match either fields. For example, `foo or bar` (or `foo | bar`) matches scenes with `foo` or `bar` in the title. Or sets can be combined. For example, `foo or bar or baz xyz or zyx` matches scenes with one of `foo`, `bar` and `baz`, *and* `xyz` or `zyx`.
* the not symbol (`-`) is used to exclude terms. For example, `foo -bar` matches scenes with `foo` and excludes those with `bar`. The not symbol cannot be combined with an or operand. That is, `-foo or bar` will be interpreted to match `-foo` or `bar`. On the other hand, `foo or bar -baz` will match `foo` or `bar` and exclude `baz`.
Expand All @@ -57,4 +58,4 @@ Saved filters can be accessed with the bookmark button on the left of the query

## Default filter

The default filter for the top-level pages may be set to the current filter by clicking the `Set as default` button in the saved filter menu.
The default filter for the top-level pages may be set to the current filter by clicking the `Set as default` button in the saved filter menu.

0 comments on commit c39c927

Please sign in to comment.