From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/textsearch-dictionaries.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/textsearch-dictionaries.html') diff --git a/doc/src/sgml/html/textsearch-dictionaries.html b/doc/src/sgml/html/textsearch-dictionaries.html index be0b365..c1863c3 100644 --- a/doc/src/sgml/html/textsearch-dictionaries.html +++ b/doc/src/sgml/html/textsearch-dictionaries.html @@ -1,5 +1,5 @@ -12.6. Dictionaries

12.6. Dictionaries

+12.6. Dictionaries

12.6. Dictionaries

Dictionaries are used to eliminate words that should not be considered in a search (stop words), and to normalize words so that different derived forms of the same word will match. A successfully @@ -658,4 +658,4 @@ CREATE TEXT SEARCH DICTIONARY english_stem ( at the end of the dictionary list. It is useless to have it before any other dictionary because a token will never pass through it to the next dictionary. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3