Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 517 Bytes

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

CREATE INDEX backlog_idx ON backlog USING gin(to_tsvector('simple', message));

Third, install this and set it up via config.ini

The error image is from xiprox/ErrorView and under Apache2.

The rest of this project is available under LGPLv2.1 or later.