Skip to content
Snippets Groups Projects
Commit d76bc542 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Create README.md

parent 920914fc
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment