UCYT5040Original post
Rank 2: Process
Is there a way to query documents where a list attribute does not contain an item?
Summary
Developers want to query documents to find those where a list attribute does not contain a specific item. This can be achieved by using the "not" operator in the query to exclude documents with the specified item in the list attribute.