You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I filter for strings like aaaaa or tttt it returns more items than expected, both with filter and with ObjectArrayFilterer (didn't tested other filtering methods)
Steps to Reproduce
constz=require('zadeh')z.filter(['one two','It is a test'],'aaaaaa')// => Returns ['It is a test'], even when there's only one "a" on it
Expected behavior:
To return nothing
Reproduces how often:
100%
Versions
3.0.0-beta.4
The text was updated successfully, but these errors were encountered:
Description
If I filter for strings like
aaaaa
ortttt
it returns more items than expected, both withfilter
and withObjectArrayFilterer
(didn't tested other filtering methods)Steps to Reproduce
Expected behavior:
To return nothing
Reproduces how often:
100%
Versions
3.0.0-beta.4
The text was updated successfully, but these errors were encountered: