diff --git a/core/modules/wiki.js b/core/modules/wiki.js index fe7f115b9..5c04b9f08 100755 --- a/core/modules/wiki.js +++ b/core/modules/wiki.js @@ -1443,7 +1443,7 @@ exports.search = function(text,options) { // Don't search the text field if the content type is binary var fieldName = searchFields[fieldIndex]; if(fieldName === "text" && contentTypeInfo.encoding !== "utf8") { - break; + continue; } var str = tiddler.fields[fieldName], t;