Add an Accept parameter to "simple" dictionaries. The default of true
Tom Lane <tgl@sss.pgh.pa.us>
Add an Accept parameter to "simple" dictionaries. The default of true gives the old behavior; selecting false allows the dictionary to be used as a filter ahead of other dictionaries, because it will pass on rather than accept words that aren't in its stopword list. Jan Urbanski
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/textsearch.sgml | modified | +34 −3 |
| src/backend/tsearch/dict_simple.c | modified | +33 −6 |