Is it possible to force a rebuild / creation of a full text index?
For context, I’m seeing a bug where adding a full text index to a model isn’t being picked up to an existing application. The user is being forced to delete and reinstall for the index to instantiate.
This does appear to be solved in a later version of realm-js, but unfortunately upgrading isn’t viable until a login defect is resolved - UserProvider doesn’t unmount Login-Component · Issue #6656 · realm/realm-js (github.com)
Wondering if its possible to manually fix the situation when I detect an error incorrectly throwing for a missing index?