| branch | popcorn-port |
| changeset 150 | 40cf046b7049 |
| parent 149 | a10198c95808 |
| child 238 | 6008172a0592 |
| child 317 | a3492448fa9a |
--- a/src/js/serializers/JSONSerializer.js Wed Oct 26 12:41:14 2011 +0200 +++ b/src/js/serializers/JSONSerializer.js Wed Oct 26 15:19:13 2011 +0200 @@ -85,6 +85,7 @@ for (var i in keywords) { var keyword = keywords[i]; + // search this keyword in descriptions and title var found_annotations = [] found_annotations = found_annotations.concat(this.searchAnnotations(keyword, "", "")); found_annotations = found_annotations.concat(this.searchAnnotations("", keyword, ""));