Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
-
Empty show more show less
-
Sprint 3 (Kromeriz)
-
1
Description
Bug: Pagination, filtering, field boosting, etc. settings can be ignored during search.
The problem: solrSearchResult, facetBox, rangeFacetBox use the same model class info.magnolia.search.solrsearchprovider.logic.model.FacetedSearchResultModel. This was done because we don't know what is the order of components on the page, so the first component triggers the search and following components just reuse the results and this is the problem. Pagination, filtering, field boosting, etc. settings are set in solrSearchResult component and if facetBox or rangeFacetBox are the components which triggers search then those setting are ignored.
Checklists
Acceptance criteria