Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TelerikAcademy/ShowcaseSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Aug 17, 2015
2 parents 127c743 + 299c657 commit 5d0e19c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
args[index] = vm.searchParams.tags
.split(',')
.map(function (tag) {
return "tags/any(t:contains(t/title,'" + tag.trim() + "'))";
return "tags/any(t:contains(t/name,'" + tag.trim() + "'))";
}).join(' or ');
index += 1;
}
Expand Down

0 comments on commit 5d0e19c

Please sign in to comment.