| author | hamidouk |
| Wed, 26 Oct 2011 15:19:13 +0200 | |
| branch | popcorn-port |
| changeset 150 | 40cf046b7049 |
| parent 149 | a10198c95808 |
| child 151 | dc2ff4c87490 |
--- 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, ""));