declare indexes in catalog (#4668)

This commit is contained in:
Frédéric Péters 2014-06-10 13:59:08 +02:00
parent 5a68f5c18b
commit fce3ec12ef
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,16 @@
<index name="has_final_unsigned_version" meta_type="FieldIndex">
<indexed_attr value="has_final_unsigned_version"/>
</index>
<!-- those two are actually delegated to solr, but plone.app.querystring
requires indexes to be declared in the plone catalog -->
<index name="sender_as_text" meta_type="FieldIndex">
<indexed_attr value="sender_as_text"/>
</index>
<index name="recipients_as_text" meta_type="FieldIndex">
<indexed_attr value="recipients_as_text"/>
</index>
<column value="has_final_unsigned_version"/>
<column value="sender_as_text"/>
<column value="recipients_as_text"/>