epifanio / adc-pycsw

Setup and deployment of PyCSW for the Arctic Data Centre (ADC) project
2 stars 0 forks source link

adding filter for active status #8

Closed epifanio closed 11 months ago

epifanio commented 11 months ago

This PR add a filer for the metadata_status field in SOLR

params['fq'].append('metadata_status:%s' % 'Active')