Text search features
Is there a way to see the features that are in development and get some kind of realease estimate?

4 Replies
Hey @Ica, we don't have timelines for these yet. Which features are you interested in?
Searching across multiple fields. I apply certain filters when getting data from a table, and as the table grows, probably the best way would be to use a searchIndex on multiple fields
I have something like:

Current recommended approach is to create a field that concatenates those values into a single string in a dedicated field and search on that.