Improve Document search via the Boolean Query Parser API
Fixes #261 (closed).
This MR finally improves document search by allowing queries to be composed using the boolean API (which means using AND
, OR
s etc) and the query gets translated into a proper tsquery
in postgres under the hood. This MR also adds new tests to test corpus creation and corpus search:
@anoe All yours to test and merge.