how can I search in specific folder of a list in SharePoint 2013 with the API?
A lot of tries of me failed :(
http://localhost/_api/search/query?querytext='*B*+AND+List:DocumentLibList'&clienttype='ContentSearchRegular'
or
http://localhost/_api/search/query?querytext='*B*+AND+path:"http://localhost/sites/MainSite/DevSite/DocumentLibList"'&clienttype='ContentSearchRegular'
I need a fulltext search for a specific folder of the DocumentLibList. Optional with filtering properties of the documents - if possible.
Thanks in Advance for any idea(s)! ;)