mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
docs: clarify regex case sensitivity (#5607)
This commit is contained in:
parent
b5cb52bb5e
commit
077cd774f3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Note that only one filter criterion per criterion type may be assigned.
|
||||||
|
|
||||||
#### Regex modifiers
|
#### Regex modifiers
|
||||||
|
|
||||||
Some filters have regex modifier as an option. Regex modifiers are always case-sensitive.
|
Some filters have regex modifier as an option. Regex modifiers are case-sensitive by default.
|
||||||
|
|
||||||
### Sorting and page size
|
### Sorting and page size
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue