Hi All,
I am writing a script for searching the contents in the alfresco wcm using luecne query.
I am using both get nad post method for webscript.
In my get webscript I am taking the search text as input and in my post webscript I am searching the input text.
I am getting the result of the contents which has the search text (in the get webscript) within them as I am searching TEXT:{search text} in my query.
BUt I want to search the folders,files etc matching to search text value.
How can I achieve this.
Please guide me.