Alex S

Results 25 issues of Alex S

The consensus of #305 is "no change event if no changes". This is therefore a bug to fix.

❤ Bug

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...

Design: API
Task: new feature

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...

Task: new feature

cc @seafoox

Task: new feature

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...

Task: investigate

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...

Design: API
Task: new feature

Because of #436 and single facet enforcement.

Task: new feature

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...

Design: API
Task: new feature