Skip to content

Instantly share code, notes, and snippets.

@TheJuanAndOnly99
Created April 27, 2021 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheJuanAndOnly99/9f55ebc9c5c92378e38d1337b6b191f7 to your computer and use it in GitHub Desktop.
Save TheJuanAndOnly99/9f55ebc9c5c92378e38d1337b6b191f7 to your computer and use it in GitHub Desktop.
Get nodes with aspect using ADF search service
constructor(private searchService: SearchService) {
this.searchService.getNodeQueryResults("ASPECT:'cm:versionable'").subscribe((entry: ResultSetPaging) => {
console.log(entry);
// ...
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment