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 the items to be searched are
[
"Hello",
"Hello)",
"Mate"
]
and search query is ")"
I expect it to match 1 record (index 1), but it returns no macthes
If the items to be searched are
[
"Hello",
"Hello)",
"Mate"
]
and search query is ")"
I expect it to match 1 record (index 1), but it returns no macthes