Skip to content

Instantly share code, notes, and snippets.

@aviriel
Created October 26, 2015 09:05
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 aviriel/9344576d0472ff6c0a90 to your computer and use it in GitHub Desktop.
Save aviriel/9344576d0472ff6c0a90 to your computer and use it in GitHub Desktop.
var cont = site.getContainer('dataLists');
var resultsList = search.luceneSearch('PARENT:"' + cont.nodeRef + '" AND @cm\:name:"Title of the destination list"');
var list = resultsList[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment