node permissions not respected for search
I have a webscript that does a search query like soarams.addStore(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE);params.setQuery("a simple lucene query");ResultSet result = this.searchService.query(params);The search works great except that it does n...