about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dist/search_readme.txt9
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