-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from eea/develop
Add catalog indexes for insitu.report
- Loading branch information
Showing
6 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<object name="portal_catalog" meta_type="Plone Catalog Tool"> | ||
<index name="report_category" meta_type="KeywordIndex"> | ||
<indexed_attr value="report_category"/> | ||
</index> | ||
<index name="copernicus_services" meta_type="KeywordIndex"> | ||
<indexed_attr value="copernicus_services"/> | ||
</index> | ||
</object> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<registry> | ||
<records interface="plone.app.querystring.interfaces.IQueryField" | ||
prefix="plone.app.querystring.field.copernicus_services"> | ||
<value key="title">Copernicus Services</value> | ||
<value key="description">Relevant Copernicus Services</value> | ||
<value key="enabled">True</value> | ||
<value key="sortable">False</value> | ||
<value key="operations"> | ||
<element>plone.app.querystring.operation.selection.any</element> | ||
<element>plone.app.querystring.operation.selection.none</element> | ||
</value> | ||
<value key="vocabulary">eea.insitu.policy.copernicus_services</value> | ||
<value key="group">Metadata</value> | ||
</records> | ||
<records interface="plone.app.querystring.interfaces.IQueryField" | ||
prefix="plone.app.querystring.field.report_category"> | ||
<value key="title">Report Category</value> | ||
<value key="description">The section to be listed in for a report</value> | ||
<value key="enabled">True</value> | ||
<value key="sortable">False</value> | ||
<value key="operations"> | ||
<element>plone.app.querystring.operation.selection.any</element> | ||
<element>plone.app.querystring.operation.selection.none</element> | ||
</value> | ||
<value key="vocabulary">eea.insitu.policy.report_categories</value> | ||
<value key="group">Metadata</value> | ||
</records> | ||
</registry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5 | ||
1.6 |