Commit 1798aab8 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Modify Query nodes to be [QueryTerm]

This paves the way to a more effective search in corpus by modifying the
internal "leaves" type of the `Query` type from a `Term` to a new type
called `QueryTerm`, which can either be an extact match or a partial
match, which can be rendered into a proper Postgres TS query via the
":*" syntax.
parent c0ec7622
Pipeline #5735 passed with stages
in 100 minutes and 13 seconds