Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can I search documents by document type alias using searchResource.searchAll method?
Thanks.
Denis,
Looking at the docs dont think you can pass in a query? You could try
searchService.searchContent({term: 'someNodeTypeAliasHere'}).then(function(results){ angular.forEach(results, function(result){ } }) var result =
})
Hi, Ismail! Thanks for you help. I'm sorry, I've made mistake. The method, which I need is entityResource.searchAll. Do searchService.searchContent guarantee that it will return content by document type alias?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Belle searchResource.searchAll - Need help with Lucene Query
How can I search documents by document type alias using searchResource.searchAll method?
Thanks.
Denis,
Looking at the docs dont think you can pass in a query? You could try
})
Hi, Ismail! Thanks for you help. I'm sorry, I've made mistake. The method, which I need is entityResource.searchAll. Do searchService.searchContent guarantee that it will return content by document type alias?
is working on a reply...