We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example contenttype:
pages: singular_name: page name: pages fields: title: type: text category: type: select values: [ one, two, three ]
Then: The /pages/?q=category=two will return the listing records only containing the category two.
/pages/?q=category=two
records
two
Essentially, automating setcontent used with query params to filter on field values.
setcontent
The text was updated successfully, but these errors were encountered:
Sounds like a good plan.. I'd like to have that! 👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example contenttype:
Then:
The
/pages/?q=category=two
will return the listingrecords
only containing the categorytwo
.Essentially, automating
setcontent
used with query params to filter on field values.The text was updated successfully, but these errors were encountered: