I have a question about partial indexing.
For example, a field of String type ttt, will be distinguished by the first 5 characters, then I can make a index of substr(ttt,1,5) in MySQL.
With ObjectDB, how can I write the annotation for this purpose?
TIA