Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1646 | Collection References | ignoring new…
Browse files Browse the repository at this point in the history
… search parameters
  • Loading branch information
snyaggarwal committed Aug 9, 2023
1 parent 335511f commit d062be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/collections/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def is_valid_filter(self):
return all(map(self.__is_valid_filter_schema, self.filter))

def get_allowed_filter_properties(self):
common = ['q', 'exact_match']
common = ['q', 'exact_match', 'exclude_wildcard', 'exclude_fuzzy', 'search_map_codes', 'include_search_meta']
if self.is_concept:
common = [*Concept.es_fields.keys(), *common]
elif self.is_mapping:
Expand Down

0 comments on commit d062be5

Please sign in to comment.