Skip to content

kevank/quassel-rest-search

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • PHP 34.4%
  • CSS 19.2%
  • HTML 2.7%