1. 24 Jul, 2024 3 commits
  2. 09 Jul, 2024 1 commit
  3. 05 Jul, 2024 2 commits
  4. 04 Jul, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Move GargConfig into gargantext · 9632276f
      Alfredo Di Napoli authored
      This commit moves `GargConfig` and the other config-related
      data structures back into gargantext, so that they can be edited
      and expanded without needing to worry about the prelude project.
      9632276f
  5. 01 Jul, 2024 3 commits
  6. 26 Jun, 2024 2 commits
  7. 19 Jun, 2024 1 commit
  8. 11 Jun, 2024 1 commit
  9. 07 Jun, 2024 1 commit
  10. 03 Jun, 2024 3 commits
  11. 09 May, 2024 1 commit
  12. 16 Apr, 2024 1 commit
  13. 15 Apr, 2024 1 commit
  14. 08 Apr, 2024 5 commits
  15. 02 Apr, 2024 2 commits
  16. 25 Mar, 2024 8 commits
  17. 21 Mar, 2024 1 commit
  18. 18 Mar, 2024 1 commit
  19. 14 Mar, 2024 1 commit
  20. 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