Skip to content
Snippets Groups Projects
Janne Koschinski's avatar
Merge pull request #1 from selabnayr/master
Janne Mareike Koschinski authored
Look for the config file in the current directory instead of fixed path; TODO: Put a warning into README.md not to make that file accessible via HTTP
71ea4b86
History

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.