1. 30 Jul, 2024 2 commits
  2. 05 Jul, 2024 2 commits
  3. 20 Jun, 2024 1 commit
  4. 08 Apr, 2024 1 commit
  5. 12 Mar, 2024 1 commit
    • 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
  6. 04 Mar, 2024 1 commit
  7. 12 Oct, 2023 1 commit
  8. 02 Oct, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Re-arrange test module hierarchy · ef0f149f
      Alfredo Di Napoli authored
      Tests were written with a very flat module hierarchy which made them
      a bit confusing to navigate. This commit moves everything under a common
      `Test.*` hierarchy.
      ef0f149f