Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.4.9
-
None
-
None
Description
As noted, Gremlin has no native means to express case-insensitive text predicates. While I understand the caution shown in not running ahead of the capabilities in various backends, the inability to express even a simple case-insensitive prefix search natively is a major impediment when using platforms like Neptune that entirely disallow lambda operations. Even if the search were entirely unindexed, it would be drastically more efficient to execute a scan-style traversal on the server rather than any of the other potential options.
As an adjunct, "case-insensitive operations" could be listed as a graph feature alongside Computer and Transactions, providing the ability to either prohibit such steps or to slurp locally via strategy.
Attachments
Issue Links
- duplicates
-
TINKERPOP-2673 Allow case insensitive searches when using Text Predicates
- Closed