<!-- If you are looking for support, please check out our documentation: - https://docs.objectbox.io - https://docs.objectbox.io/faq - https://docs.objectbox.io/troubleshooting --> ### 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)` to `QueryStringVectorProperty`