File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ Features:
124124- Added xapian indexer to Docker container. (John Rouillard)
125125- Add support for indexer type native-fts to use FTS5 for sqlite
126126 databases. (John Rouillard)
127+ - Add support for indexer type native-fts to use PostreSQL's full text
128+ search. (John Rouillard)
127129- Add better error display to the user. Needed to expose errors in fts5
128130 search syntax to the user while also displaying the template page
129131 structure. (John Rouillard)
Original file line number Diff line number Diff line change @@ -424,7 +424,9 @@ Also there are various `dictionaries`_ that allow you to:
424424.. _dictionaries: https://www.postgresql.org/docs/14/textsearch-dictionaries.html
425425
426426Use of these is beyond this documentation. Please visit the
427- appropriate PostgreSQL documents.
427+ appropriate PostgreSQL documents. The following my also be helpful:
428+
429+ * http://rachbelaid.com/postgres-full-text-search-is-good-enough/
428430
429431Ranking information is not used in this implementation. Also stop
430432words set in config.ini are ignored. These are areas for improvement.
You can’t perform that action at this time.
0 commit comments