ContributionsMost RecentMost LikesSolutionsRe: Lithium API V2 - Excluding information from query Yes I know the "NOT" operator is not supported (atleast I didn't find any referenceon the documentation) but I was looking for an alternative to it. I know there is the "!=" but I would like a "doesn't contain" expression, somethingequivalent to MATCHES but for an exclusion. Lithium API V2 - Excluding information from query Hello, I'm new to the V2 API and Iwould like to know if anyone knows how can i do a query that excludesresults that contain a certain text in the subject/body/etc For example, something like this: SELECT id, subject FROM messages WHERE subjectNOT MATCHES "keyword" Thanks in advance