Alex S
Alex S
The consensus of #305 is "no change event if no changes". This is therefore a bug to fix.
One thing that we've noticed is that modifying a SearchParameter object is much simpler that working with the raw data structure. Also implementations based on the data structure is likely...
How to be able to handle 'or' filtering like `a=foo or b=bar`. We could could let the user to set facetFilters like for the numeric refinement and the tags. The...
When we use advanced facets (disjunctive or hierarchical), we have a multiple part problem: - facet count can come from the main or the sub response, and they can be...
Right now, it is not possible to change the type of a facetted attribute. Proposition: implement methods to be able to add remove and update facets configuration. With #436 in...
Because of #436 and single facet enforcement.
Currently, a facet can be set to multiple type. But it doesn't work properly due to the implementation of disjunctive and hierarchical facets. Proposition: enforce a single type, and document...