about summary refs log tree commit diff
path: root/dist/search_readme.txt
blob: 1eb14c906c32b4231411828684da081ff4eca8e1 (plain) (blame)
1
2
3
4
5
6
7
8
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.