Use more real-world examples in the text search parser documentation.
authorAlvaro Herrera
Thu, 25 Oct 2007 13:06:35 +0000 (13:06 +0000)
committerAlvaro Herrera
Thu, 25 Oct 2007 13:06:35 +0000 (13:06 +0000)
doc/src/sgml/textsearch.sgml

index 7ebebeb19c7038125d478a8f5cf836c3616a0aaf..a83582a39cab4a468b10c5fb9152983d6ffead84 100644 (file)
@@ -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