Add an entry query parameter to filter by author count #18543
Unanswered
MoritzLost
asked this question in
Ideas
Replies: 1 comment 1 reply
-
|
We can consider this, but in the meantime, you could create a generated field that stores the count, and query against that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need a query for all entries that have more than one author. As far as I can tell, that's only possible with a custom expression at the moment. It would be useful to have a query method on
EntryQueryobjects to allow filtering by author count.For example:
Probably a few more cases I'm forgetting about, and I'm also not sure about the syntax. But something like this would be handy.
Beta Was this translation helpful? Give feedback.
All reactions