Skip to content

Commit f2dc5cf

Browse files
committed
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.
1 parent 06de3e7 commit f2dc5cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

doc/admin_guide.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

426426
Use 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

429431
Ranking information is not used in this implementation. Also stop
430432
words set in config.ini are ignored. These are areas for improvement.

0 commit comments

Comments
 (0)