Loris icon indicating copy to clipboard operation
Loris copied to clipboard

[JSX] Relax Strictness of Filter for Multiselect in Filter Component

Open HenriRabalais opened this issue 4 months ago • 0 comments

Brief summary of changes

This PR reduces the strictness of the filter logic in the Filter.js component by adjusting the conditions for the exactMatch variable, functionally change the multiselect filter from an AND to an OR boolean operators.

If this change is contentious, I can work on a way of have this be decided either by individual modules via a prop, or by use input by incorporating some sort of toggle button.

HenriRabalais avatar Oct 10 '24 18:10 HenriRabalais