Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 6606:328ad56e438a
postgresql database fts - add to CHANGES and add url to admin.
Missed commiting the CHANGES and add somewhat useful link to creating
config that ignores accent marks.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 27 Jan 2022 22:47:27 -0500 |
| parents | 0d99ae7c8de6 |
| children | d05800c6bdfa |
line wrap: on
line diff
--- a/doc/admin_guide.txt Thu Jan 27 22:21:17 2022 -0500 +++ b/doc/admin_guide.txt Thu Jan 27 22:47:27 2022 -0500 @@ -424,7 +424,9 @@ .. _dictionaries: https://www.postgresql.org/docs/14/textsearch-dictionaries.html Use of these is beyond this documentation. Please visit the -appropriate PostgreSQL documents. +appropriate PostgreSQL documents. The following my also be helpful: + +* http://rachbelaid.com/postgres-full-text-search-is-good-enough/ Ranking information is not used in this implementation. Also stop words set in config.ini are ignored. These are areas for improvement.
