Loris
Loris copied to clipboard
[JSX] Relax Strictness of Filter for Multiselect in Filter Component
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.