Skip to content

Commit

Permalink
change source search filter values to 30 [CPCN-627]
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Mar 28, 2024
1 parent cd7e99d commit 97a4800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

WIRE_AGGS = {
"language": {"terms": {"field": "language", "size": 50}},
"source": {"terms": {"field": "source", "size": 50}},
"source": {"terms": {"field": "source", "size": 30}},
"service": {"terms": {"field": "service.name", "size": 50}},
"subject": {"terms": {"field": "subject.name", "size": 100}},
"genre": {"terms": {"field": "genre.name", "size": 50}},
Expand Down

0 comments on commit 97a4800

Please sign in to comment.