How to resolve the 'No data to display' message when searching for a family or a member
Most often, this message is displayed when a filter has been turned on. The way to resolve this is to clear out all of the filters.
Updated
Most often, this message is displayed when a filter has been turned on. The way to resolve this is to clear out all of the filters.
Updated
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) { %>