From 9a98f81710481b1a24e795192944988478b94872 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 27 Nov 2006 12:32:36 +0000 Subject: [PATCH] * Wrap example code in Html [pre] tag. --- helma/Search.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helma/Search.js b/helma/Search.js index c694bbf7..59bbd3ba 100644 --- a/helma/Search.js +++ b/helma/Search.js @@ -17,9 +17,9 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // -// $Revision: 1.5 $ +// $Revision: 1.6 $ // $Author: robert $ -// $Date: 2006/10/23 18:56:36 $ +// $Date: 2006/11/13 16:56:45 $ // @@ -842,10 +842,10 @@ helma.Search.BooleanQuery.prototype = new helma.Search.Query; /** * Adds a term to the wrapped query object. This method can be called * with two, three or four arguments, eg.: - * addTerm("fieldname", "querystring") + *
addTerm("fieldname", "querystring")
  * addTerm("fieldname", "querystring", "and")
  * addTerm("fieldname", "querystring", helma.Search.getAnalyzer("de"))
- * addTerm("fieldname", "querystring", "not", helma.Search.getAnalyzer("simple"))
+ * addTerm("fieldname", "querystring", "not", helma.Search.getAnalyzer("simple"))
* @param {String | Array} field Either a String or an Array containing Strings * that determine the index field(s) to match * @param {String} str Query string to match