We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent76f3286 commit95d1260Copy full SHA for 95d1260
doc/src/sgml/hunspell-dict.sgml
@@ -118,7 +118,7 @@ SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal');
118
119
<programlisting>
120
SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal')
121
- @@ to_tsquery('english_hunspell', 'large & whale');
+ @@ to_tsquery('english_hunspell', 'large & whale');
122
?column?
123
----------
124
t
@@ -144,7 +144,7 @@ CREATE INDEX t_idx ON table1 USING GIN (to_tsvector('english_hunspell', "t"));
144
145
146
SELECT * FROM table1 where to_tsvector('english_hunspell', t)
147
- @@ to_tsquery('english_hunspell', 'blue & animal');
+ @@ to_tsquery('english_hunspell', 'blue & animal');
148
149
--------------------------------------
150
The blue whale is the largest animal