Document search.sql

Added install instructions for full text search.
master
Lumb 2019-06-25 03:04:38 +00:00 committed by multiple creatures
parent 5f03b404c4
commit 0189e487f8
1 changed files with 9 additions and 0 deletions

9
dist/search_readme.txt vendored Normal file
View File

@ -0,0 +1,9 @@
Since monsterpits fork doesn't support elasticsearch we use the built in postgresql functions for searching.
To install full text search, simply run
psql -d mastodon_production -f search.psql
from the postgres user.
This assumes your database is called mastodon_production and you've moved the search.sql file to your postgres users home directory.