'not' option for .status() parameter #9541
-
The current My use case: I want to display a list of all entries, live, pending, and expired, but I want to exclude disabled entries. To do that now, I have to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been added for the next release (ed24fa5). Supported syntaxes are:
|
Beta Was this translation helpful? Give feedback.
This has been added for the next release (ed24fa5).
Supported syntaxes are:
.status(['not', 'foo', 'bar'])
.status('not, foo, bar')