diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-06-25 03:04:38 +0000 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-17 02:22:47 -0500 |
commit | 0189e487f812c9e2e345cbebd6d00102978ad630 (patch) | |
tree | e8e88c00b420c705c77f99e77625e403e2738dbd | |
parent | 5f03b404c4a23fbde2aba12d12922507bba72e77 (diff) |
Document search.sql
Added install instructions for full text search.
-rw-r--r-- | dist/search_readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/search_readme.txt b/dist/search_readme.txt new file mode 100644 index 000000000..1eb14c906 --- /dev/null +++ b/dist/search_readme.txt @@ -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. \ No newline at end of file |