Skip to content

Commit

Permalink
ignore case on facet containment
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Feb 26, 2024
1 parent 4c297ee commit 8b4677a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kitconcept/solr/services/solr.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def reply(self):
"fq": [security_filter()],
"fl": solr_config.field_list,
"facet": "true",
"facet.contains.ignoreCase": "true",
"facet.field": list(
map(
lambda info: (
Expand Down

0 comments on commit 8b4677a

Please sign in to comment.