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
containsElement() checks for complete equality, I want to search inside every element in the list if it contains part.
Now i deal with that by storing the list as String and use contains()
Use case
_I am trying to query entities with property of type
List<String>
that have any element
contains
some text.Proposed solution
_ Add QueryCondition
elementContains(String part)
toQueryStringVectorProperty
The text was updated successfully, but these errors were encountered: