auswin
8 years agoContributor
Search for a specific word using Liql query
Hi ,
I need to search whether the subject contains a specific word using Liql query . Eg : I am trying to get the messages using select * from messages .
I am getting the response with a list of messages and each message contains a subject tag . Now , I need to find whether the subject contains a specific word .
Something like - select * from messages where subject like '%test%' .
Above query throws an error , how to use the LIKE or CONTAINS clause in Liql query ?