mirror of
https://github.com/stashapp/stash.git
synced 2025-12-29 03:37:02 +01:00
Fix MD formatting
This commit is contained in:
parent
4107df641a
commit
757ac7fb70
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue