You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tonjo when there's no index, this can be solved pretty easily in Cypher. Maybe icontains against an array property should always go straight to the Cypher case, instead of trying to be clever with index usage?
Not sure I understood this. Are you suggesting to solve it directly with a Cypher query?
Besides, field is indexed, and as workaround I'm cycling through the StringArray.
Row 353 in
query.py
:EDIT:
The icontains check should cover the
StringArrayProperty
case.Temporary workaround is quite easy: search the
.lower()
version of the string,provided the
StringArray
contains lowercase strings.The text was updated successfully, but these errors were encountered: