From 2f90a1125a44741014757b81993726e2f966102a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 31 Oct 2017 16:58:52 +1300 Subject: [PATCH] Note when $termprefix and $unprefix were added --- xapian-applications/omega/docs/omegascript.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xapian-applications/omega/docs/omegascript.rst b/xapian-applications/omega/docs/omegascript.rst index 97630ad39..844c88c49 100644 --- a/xapian-applications/omega/docs/omegascript.rst +++ b/xapian-applications/omega/docs/omegascript.rst @@ -668,7 +668,7 @@ $suggestion corrections, it will return an empty string. $termprefix{TERM} - return the prefix (if any) from a term. + return the prefix (if any) from a term. Added in Omega 1.4.6. $terms[{PREFIX}] list of query terms matching the current hit. The ability to specify a @@ -731,7 +731,7 @@ $unpack{BINARYSTRING} $date{$unpack{$value{0}}} $unprefix{TERM} - remove the prefix (if any) from a term. + remove the prefix (if any) from a term. Added in Omega 1.4.6. $unstem{TERM} maps a stemmed term to a list of the unstemmed forms of it used in -- 2.11.4.GIT