Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Shamser AhmedShamser AhmedReporter
David BaylissDavid BaylissPriority
MajorFix versions
Details
Details
Components
Assignee
Shamser Ahmed
Shamser AhmedReporter
David Bayliss
David BaylissPriority
Fix versions
Created June 26, 2015 at 2:45 PM
Updated August 24, 2016 at 12:24 PM
Resolved June 8, 2016 at 8:42 AM
We presently have an optimization allowing the leading component of a string to be matched in a KEYED expression. eg
I := myindex( field[1..LENGTH(S)] = S );
I am using this in our geohashing logic.
Usually I have four strings of the same length - all of which I need to match to in this manner.
I := myindex( KEYED(field[1..4] IN myset) );
fails. I can obviously fake this with 4 index fetches and a concat - but it would be nice for the platform to support it