• Alfredo Di Napoli's avatar
    Modify Query nodes to be [QueryTerm] · 1798aab8
    Alfredo Di Napoli authored
    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.
    1798aab8
Name
Last commit
Last update
..
API Loading commit data...
Core Loading commit data...
Database Loading commit data...
Graph Loading commit data...
Ngrams Loading commit data...
Offline Loading commit data...
Parsers Loading commit data...
Utils Loading commit data...
API.hs Loading commit data...
Utils.hs Loading commit data...