This video tutorial will show you how to add basic conditions to your queries. Conditions allow you to refine your query results to return only the data you really want.
This video tutorial will show you how to add basic conditions to your queries. Conditions allow you to refine your query results to return only the data you really want.
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) { %>