2 Questions: 1) How can we scope search results for a SharePoint hosted app to a single host web list? 2) Is it possible to programatically return the URL for a specific Host Web List to the App?
Details: In our SharePoint 2013 Hosted App we're attempting to return results from a SharePoint Host Web list. We're able to successfully return results using the REST Search Service using this example: http://code.msdn.microsoft.com/office/SharePoint-2013-Perform-a-1bf3e87d
However, we don't know how to scope the search to only a single list. Another possibility would be to know the URL for the list and we can manually compare Search Results with our list URL to filter only the results we would like.
I'd love any insight anyone may have.