I am using a lucene search in Node Browser and wanted to know if there is a way to find the content in a specific webproject through lucene for example.
content name: emp_address.xml
webproject: test
I want to find in test webproject content emp_address.xml something like this TYPE:"wca:webfolder" AND @wca\:avmstore:"test" gives me test but I need to look into the test content emp_address.xml. Note: I am running this query from workspace://SpaceStore
Please help.