From 0e3ddc8dd58be5e455d633fea752fd2ed2477aab Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 25 Oct 2007 13:06:35 +0000 Subject: [PATCH] Use more real-world examples in the text search parser documentation. --- doc/src/sgml/textsearch.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 7ebebeb19c..a83582a39c 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1,4 +1,4 @@ - + Full Text Search @@ -1750,12 +1750,12 @@ LIMIT 10; asciiword Word, all ASCII letters - foo + elephant word Word, all letters - føø + mañana numword @@ -1765,40 +1765,40 @@ LIMIT 10; asciihword Hyphenated word, all ASCII - foo-bar + up-to-date hword Hyphenated word, all letters - føø-bar + político-militar numhword Hyphenated word, letters and digits - foo-beta1 + postgresql-beta1 hword_asciipart Hyphenated word part, all ASCII - foo or bar in the context - foo-bar + militar in the context + político-militar, or postgresql in the context postgresql-beta1 hword_part Hyphenated word part, all letters - føø in the context - føø-bar + físico or químico + in the context físico-químico hword_numpart Hyphenated word part, letters and digits beta1 in the context - foo-beta1 + postgresql-beta1 email Email address - foo@bar.com + foo@example.com protocol @@ -1808,12 +1808,12 @@ LIMIT 10; url URL - foo.com/stuff/index.html + example.com/stuff/index.html host Host - foo.com + example.com uri