Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Namnp1521 opened this issue May 17, 2024 · 3 comments
Closed

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

Namnp1521 opened this issue May 17, 2024 · 3 comments

Comments

@Namnp1521
Copy link

Namnp1521 commented May 17, 2024

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"

@Namnp1521 Namnp1521 changed the title [React Native] filter_by := not woking on ios 17.4 [React Native] filter_by := not woking on iOS 17.4 May 17, 2024
@jasonbosco
Copy link
Member

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

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

@Namnp1521
Copy link
Author

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!

@jasonbosco
Copy link
Member

jasonbosco commented May 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants