Skip to content

Commit d8c3661

Browse files
committed
update
1 parent 95e36a5 commit d8c3661

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pycsw/plugins/repository/solr_metno.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@ def query_ids(self, ids: list) -> list:
158158
all_ids = '" OR "'.join(ids)
159159
params = {
160160
'fq': [
161-
f'metadata_identifier:("{all_ids}")',
162-
'metadata_status:Active'
163-
],
161+
f'metadata_identifier:("{all_ids}")'
162+
],
164163
'q.op': 'OR',
165164
'q': '*:*'
166165
}

0 commit comments

Comments
 (0)