Hi Kishore,Thanks a lot for your reply.So, as per my understanding, from the above post , the below two queries will perform the same functionality of finding nodes with title property, which contains "client" anywhere in the text phrase?SELECT * FROM [nt:base] AS s WHERE CONTAINS(s.title, 'client')...