diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..546ea337fa0dbc2ae75d10483bdbc9bfcaf2a152 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# quassel-rest-search + +This is just a simple Proof-of-Concept, don’t use it in production yet. + +How to use +---------- + +First, you have to have PostgreSQL + +Second, create an index over your messages column like + +```sql +CREATE INDEX backlog_idx ON backlog USING gin(to_tsvector('simple', message)); +``` + +Third, install this and set it up via config.ini