Can there be a way to search a field in a collection/table for a substring?
Use case:
Autocomplete widget
It is representing a column in a 600,000 row table
If the user types "chor" in the widget, then a query would be sent to Addama requesting all rows in the table that have a matching string in the requested field.
eg.
feature_matrix?name=[chor]&type=CLIN
This substring would need to be searched against the entire string, not just the beginning of the string.