SQL 2 Query for full text search.
Need SQL2 Query for full text search .Do not want to use query builder.Please help me for the same.
Need SQL2 Query for full text search .Do not want to use query builder.Please help me for the same.
Hey Suresh,
Have you looked at awesome post by:
http://labs.6dglobal.com/blog/2014-10-07/9-jcr-sql-2-queries-every-aem-dev-should-know/
They provide an example:
SELECT * FROM [nt:base] AS s WHERE CONTAINS(s.title, 'client')(try to replace s.title with s.*)
SELECT * FROM [nt:base] AS s WHERE CONTAINS(s.*, 'client')Thanks,
Peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.