Skip to content

Add Index for Dissemination field #6

Description

@kaerumy

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions