;doc: csv: tiny fix [#2333]
This commit is contained in:
parent
2faceb8e1b
commit
6a90d503bc
@ -3746,7 +3746,7 @@ When an if block has multiple matchers, each on its own line,
|
||||
|
||||
You can also combine multiple matchers one the same line separated by `&&` (AND) or `&& !` (AND NOT).
|
||||
Eg `%description amazon && %date 2025-01-01` will match only when the
|
||||
description field contains "amazon" and the date field equals 2025-01-01.
|
||||
description field contains "amazon" and the date field contains "2025-01-01".
|
||||
*Added in 1.42.*
|
||||
|
||||
### Match groups
|
||||
|
||||
Loading…
Reference in New Issue
Block a user