diff -r f4cbc517126d -r d87f6bdee43d client/js/ldtjson-bin.js --- a/client/js/ldtjson-bin.js Thu Oct 24 19:00:50 2013 +0200 +++ b/client/js/ldtjson-bin.js Fri Oct 25 01:20:25 2013 +0200 @@ -208,7 +208,7 @@ _this = this, count = 0; _(this.data.objects).each(function(_segment) { - var _description = _segment.abstract, + var _description = _segment['abstract'], _title = _segment.title; if (!search.isempty && !search.test(_title) && !search.test(_description)) { return;