|
|
@ -426,6 +426,7 @@ define([
|
|
|
|
|
|
|
|
|
|
|
|
getFiles([FILES_DATA]).forEach(function (id) {
|
|
|
|
getFiles([FILES_DATA]).forEach(function (id) {
|
|
|
|
var data = allFilesList[id];
|
|
|
|
var data = allFilesList[id];
|
|
|
|
|
|
|
|
if (!data) { return; }
|
|
|
|
if (Array.isArray(data.tags) && containsSearchedTag(data.tags)) {
|
|
|
|
if (Array.isArray(data.tags) && containsSearchedTag(data.tags)) {
|
|
|
|
res.push(id);
|
|
|
|
res.push(id);
|
|
|
|
} else
|
|
|
|
} else
|
|
|
|