-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
2023_triagedNoMilestonebugSomething isn't workingSomething isn't workingcoreCore development tasksCore development tasksquery engine
Milestone
Description
Description
This is a clone of the Enterprise ticket DH-14241; but the code is identical in Community. The regex matching with look ahead is roughly 100x slower in reasonable uses cases than just doing successive filters.
final Table y = x.where("String icase includes all word1, word2");
final Table z = x.where("String icase includes word1", "String icase includes word2");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2023_triagedNoMilestonebugSomething isn't workingSomething isn't workingcoreCore development tasksCore development tasksquery engine