Building a Query
Learn how to create and customize searches using filters and conditions to find specific data across modules for reporting and communication.
Learn how to create and customize searches using filters and conditions to find specific data across modules for reporting and communication.
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) { %>