diff -r e70f1c4785f3 -r 824c87a9084c client/app/home/home_controller.js --- a/client/app/home/home_controller.js Mon Oct 06 17:36:47 2014 +0200 +++ b/client/app/home/home_controller.js Mon Oct 06 22:52:30 2014 +0200 @@ -15,6 +15,19 @@ $scope.searchSubmit = function(){ $location.path('/search/' + $scope.q); }; + }) + .filter('meta', function() { + return function(input, metaName) { + var nb = input.length, i = 0, found = false; + while(found===false && i