client/js/ldtjson-bin.js
changeset 211 d87f6bdee43d
parent 196 2a2fcec209d0
child 293 fba23fde14ba
--- 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;