typesense/typesense-js

[React Native] filter_by := not woking on iOS 17.4

Namnp1521 opened this issue · 3 comments

Description

I cannot get no result when use filter := on iOS 17.4. But if i use filter_by:[abc, def], it's work. So i dont know := not wok
i still get the result with lower iOS version :((

image

my package:
"react": "18.1.0",
"react-native": "0.70.0",
"typesense": "^1.5.2"

I suspect this is similar to URL encoding, very similar to #193.

Could you follow the same solution mentioned here: #193 (comment)

it works, thank you so much

I suspect this is similar to URL encoding, very similar to #193.

Could you follow the same solution mentioned here: #193 (comment)

it works, thank you so much!

Here's another work-around that allows you use to use the single search endpoint: #193 (comment)