Hi there,

In my project I used SearchTemplatingFunctions to do the page/content search. 
The methods I used for search are:

        searchContent(String workspace, String queryString, String startPath, 
String returnItemType)
        searchContent(String workspace, String queryString, String startPath, 
String returnItemType, long limit, long offset)
        searchPages(String queryString, String startPath)
        searchPages(String queryString, String startPath, long limit, long 
offset)

and I just notice an interesting issue: when I use "/" as startPath in those 
methods, I supposed I would get all items which match the qeuryString, but 
actually it always return 0 result. If I change the startPath as "/somepath" 
then the search result looks fine.

Did I misunderstand the "startPath"? 

Thanks,
Gray

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=3da1eb0c-737a-45e0-a94a-109fbfc5fdd4


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to