Hi
i have a MultiEnum Attribute with the 3 given values : "foo", "bar", "foo bar"
When doing some research with filter on this multienum : "foo" ...
I have the rows matching "foo" + "foo bar" ...
issue with "string in string" ?
I was expecting to only got "foo" rows
i have a MultiEnum Attribute with the 3 given values : "foo", "bar", "foo bar"
When doing some research with filter on this multienum : "foo" ...
I have the rows matching "foo" + "foo bar" ...
issue with "string in string" ?
I was expecting to only got "foo" rows
Comment