Customizing Your Search
Learn how to refine queries using conditions, filters, and logic tools to target specific data.
Learn how to refine queries using conditions, filters, and logic tools to target specific data.
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) { %>