Is there a way to perform conditional filter WHERE prop NOT ContainsAny (:excludedValues)?
Any additional Information
Let’s say we have a UserProfile vector schema with a property of sourceId for each profile and I wanted to only include results where sourceId is not contains in any :excludeIds (e.g., 1,2,3,4, so on…)
An operator to invert a filter (e.g. Not Like ... ) is not supported in Weaviate. If you would to see such an operator to be implemented, please let us know by upvoting the issue here.
Thanks @DudaNogueira and yeah saw that one already and upvoted it too.
Do you know if there has been progress about it? We’re really dying to have such as we have this new feature and having this NOT *** (or invert) condition will make it more efficient.