Skip to content

Commit

Permalink
fix: remove multi-term querying for program collections
Browse files Browse the repository at this point in the history
  • Loading branch information
candicecz committed Jan 31, 2025
1 parent ca1330d commit 5f59cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/search-results-page/components/filters/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ export const FILTER_CONFIGS: FilterConfig[] = [
params: {
...params,
facets: 'sourceOrganization.name.raw',
multi_terms_fields:
'sourceOrganization.parentOrganization,sourceOrganization.name.raw',
multi_terms_size: '100',
// multi_terms_fields:
// 'sourceOrganization.parentOrganization,sourceOrganization.name.raw',
// multi_terms_size: '100',
},
...options,
}),
Expand Down

0 comments on commit 5f59cb4

Please sign in to comment.