hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

`FilterChooser` creates an AND filter from eq + like / comparison

Open amcclain opened this issue 1 year ago • 1 comments

When adding multiple eq filters on the same field, we implicitly OR them together (as otherwise you would never get any results):

Screenshot 2023-07-17 at 11 32 51 AM

However if you then attempt to add another "company like foo" clause, you get this unexpected result:

Screenshot 2023-07-17 at 11 33 02 AM

I would expect eq and like to behave similarly, automatically OR'ing together when on the same field.

amcclain avatar Jun 30 '23 19:06 amcclain