-
-
Notifications
You must be signed in to change notification settings - Fork 65
[IOS] : Filter is not working in IOS #237
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
Comments
This sounds similar to the issues reported in this thread, could you try the workarounds mentioned there: |
I tried this solution but it did not work I hope what I am doing is fine
I tried both qs and URLSearchParams const results = await typesenseInstantSearchAdapter.typesenseClient |
I am currently using
"typesense-instantsearch-adapter": "^2.8.0"
"expo": "~51.0.28",
"react-native": "0.75.1",
"algoliasearch": "^5.20.4",
I tried to apply filter for that I have added this code here which is totally working fine for android but not working on ios
I am getting console log for these
Android ==>
IOS ==>
this is how filter by param is getting passed in api call
Can anyone please check this and let me know what is wrong and what can be solution ?
The text was updated successfully, but these errors were encountered: