Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advanced form: only process facets that have include_in_advanced_sear…
…ch: true Before this commit, the AdvancedSearchFormComponent processed any field in the CatalogController that did not have include_in_advanced_search: false. In theory, this should not be particularly expensive, but a subtle bug in Blacklight causes some performance issues in cases where we try to process fields that aren't included in the Solr response and when the solr response contains many facet values -- basically the exact situation of our advanced search form! See projectblacklight/blacklight#3484 and projectblacklight/blacklight#3485 for further details.
- Loading branch information