Getting Started with Queries
Learn how to create, run, save, and manage queries to retrieve and work with data across modules.
Learn how to create, run, save, and manage queries to retrieve and work with data across modules.
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>