diff --git a/Docs/manual.texi b/Docs/manual.texi index 5445595ba8f..ea953843b69 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36183,6 +36183,9 @@ others, but will not be excluded altogether, as it would be with the @item * An asterisk is the truncation operator. Unlike the other operators, it should be @strong{appended} to the word, not prepended. +@item " +The phrase, that is enclosed in double quotes @code{"}, matches only +rows that contain this phrase @strong{literally, as it was typed}. @end table And here are some examples: @@ -36191,16 +36194,18 @@ And here are some examples: @item apple banana find rows that contain at least one of these words. @item +apple +juice -... both words +... both words. @item +apple macintosh -... word ``apple'', but rank it higher if it also contain ``macintosh'' +... word ``apple'', but rank it higher if it also contain ``macintosh''. @item +apple -macintosh -... word ``apple'' but not ``macintosh'' +... word ``apple'' but not ``macintosh''. @item +apple +(>pie