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
For Dissemination boolean field, add an Index, so that we can do index searches via API or code.
See https://training.plone.org/5/mastering-plone/behaviors_1.html#add-a-index-for-the-new-field
Example for catalog.xml
<object name="portal_catalog"> <index name="featured" meta_type="BooleanIndex"> <indexed_attr value="featured"/> </index> <column value="featured"/> </object>
The text was updated successfully, but these errors were encountered:
sitinurliza95
No branches or pull requests
For Dissemination boolean field, add an Index, so that we can do index searches via API or code.
See https://training.plone.org/5/mastering-plone/behaviors_1.html#add-a-index-for-the-new-field
Example for catalog.xml
The text was updated successfully, but these errors were encountered: