FilterChooser
support for AND vs. OR modes
#3767
Labels
Milestone
FilterChooser
support for AND vs. OR modes
#3767
With respect to how field-level clauses managed by filter chooser are constructed, the component and its backing model currently applies a kind of hybrid AND/OR approach, designed to cover the most common usage patterns:
FilterChooser
creates an AND filter from eq + like / comparison #3408)We've had a client request for a more global OR mode, where you could gather results from mutually-exclusive filters across fields. As an example, imagine positions belong to strategies and strategies are grouped into portfolios. A user might wish to return all positions in StratA and StratB + all those in PortfolioC (where the two strategies do NOT belong to that portfolio).
We are assuming that we are not looking to have users manage parenthesis / nested boolean clauses - looking for an option that is still point-and-click but with some additional control over the generated logic.
Questions to consider:
The text was updated successfully, but these errors were encountered: