Skip to content

Commit

Permalink
Add info about regex modifiers
Browse files Browse the repository at this point in the history
Close #81
  • Loading branch information
DogmaDragon authored Sep 2, 2024
1 parent d44307e commit 37caa54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion in-app-manual/browsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@ Keyword matching uses the following rules:
* surrounding a phrase in quotes (`"`) matches on that exact phrase. For example, `"foo bar"` matches scenes with `foo bar` in the title. Quotes may also be used to escape the keywords and symbols. For example, `foo "-bar"` will match scenes with `foo` and `-bar`.
* quoted phrases may be used with the or and not operators. For example, `"foo bar" or baz -"xyz zyx"` will match scenes with `foo bar` *or* `baz`, and exclude those with `xyz zyx`.
* `or` keywords or symbols at the start or end of a line will be treated literally. That is, `or foo` will match scenes with `or` and `foo`.
* all matching is case-insensitive
* all keyword matching is case-insensitive

## Filters

Filters can be accessed by clicking the filter button on the right side of the query text field.

Note that only one filter criterion per criterion type may be assigned.

### Regex modifiers

Some filters have regex modifier as an option. Regex modifiers are always case-sensitive.

## Sorting and page size

The current sorting field is shown next to the query text field, indicating the current sort field and order. The page size dropdown allows selecting from a standard set of objects per page, and allows setting a custom page size.
Expand Down

0 comments on commit 37caa54

Please sign in to comment.