Skip to content

Add Index for Dissemination field #6

@kaerumy

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>

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