realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.81k stars 577 forks source link

Text search with relevance #6938

Open ertucaglar opened 4 days ago

ertucaglar commented 4 days ago

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

kraenhansen commented 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