Open ertucaglar opened 4 days ago
This might be useful to you: https://github.com/realm/realm-js/issues/5755#issuecomment-1691095816 ... I don't know if we have it documented elsewhere.
That being said any feature added to the SDK will have to come from the community, as we've announced the deprecation of the SDK: https://github.com/realm/realm-js/blob/main/DEPRECATION.md
Problem
I move the data and state management in my app to Realm and everything works great.
However, I perform text search in many screens within the application.
Of course, I can do this with different react-native compatible packages for now, but there is a lot of data inside and I don't want to index the data I store in Realm in another place.
This would be a very powerful feature for Realm
Solution
No response
Alternatives
No response
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Local Database only