Skip to content
Snippets Groups Projects
Commit 40796b75 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files
parents 7a0254e5 d76bc542
Branches
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