From a1d343304a9f7ec0121faa7dd1af13a1e1370af7 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 12 Apr 2019 22:14:45 +0200 Subject: [PATCH] doc --- src/doc/user/sphinx/usermanual.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/doc/user/sphinx/usermanual.rst b/src/doc/user/sphinx/usermanual.rst index da1fd782..8807f3b0 100644 --- a/src/doc/user/sphinx/usermanual.rst +++ b/src/doc/user/sphinx/usermanual.rst @@ -4018,8 +4018,7 @@ Db.setAbstractParams(maxchars, contextwords) of the abstract. ``contextwords`` defines how many terms are shown around the keyword. -Db.termMatch(match\_type, expr, field='', maxlen=-1, casesens=False, -diacsens=False, lang='english') +Db.termMatch(match\_type, expr, field='', maxlen=-1, casesens=False, diacsens=False, lang='english') Expand an expression against the index term list. Performs the basic function from the GUI term explorer tool. ``match_type`` can be either of ``wildcard``, ``regexp`` or ``stem``. Returns a list of @@ -4032,8 +4031,7 @@ Query.sortby(fieldname, ascending=True) Sort results by fieldname, in ascending or descending order. Must be called before executing the search. -Query.execute(query\_string, stemming=1, stemlang="english", -fetchtext=False) +Query.execute(query\_string, stemming=1, stemlang="english", fetchtext=False) Starts a search for query\_string, a RCL search language string. If the index stores the document texts and ``fetchtext`` is True, store the document extracted text in ``doc.text``.