ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Depth query filter rebase #232

Closed benjwadams closed 3 years ago

benjwadams commented 3 years ago

Adds a depth query filter to the theme. Requires vertical_min and vertical_max float fields in Solr schema.xml:

    <field name="vertical_min" type="double" indexed="true" stored="true" multiValued="false"/>
    <field name="vertical_max" type="double" indexed="true" stored="true" multiValued="false"/>