Hi,
I'm facing an issue with a query where i'm trying to find data from lithium where subject doesn't matches a substring.
I want to acheive something like this
https://community.atlassian.com/api/2.0/search?q= SELECT * FROM messages WHERE SUBJECT NOT MATCHES 'sync'
But NOT operator doesn't works for me and i get error : 604
Can someone help me get list of all the operators or provide a solution/query to find results where subject doesn't matches a perticular keyword.