1. 21 Mar, 2024 1 commit
  2. 20 Mar, 2024 1 commit
  3. 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
  4. 11 Mar, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Add unified stemming interface · 2941ac6e
      Alfredo Di Napoli authored
      This commit refactors ever so slightly the '.Stem' modules to create a
      unified interface; now Gargantext.Core.Text.Terms.Mono.Stem exports a
      single 'stem' function which can be used with different
      `StemmingAlgorithm`s, and now the other algorithms' functions have been
      shielded behind internal modules.
      
      This makes possible to see at glance which part of Garg are using which
      stemming algorithm, as it wasn't always clearer before.
      
      This also allows us to have a better control over the langugages, as not
      all the stemming algorithms supports all the languages that Garg
      supports.
      2941ac6e
  5. 14 Feb, 2024 1 commit
    • Przemyslaw Kaminski's avatar
      [search] fix to_tsquery call · 6b9588b1
      Przemyslaw Kaminski authored
      When user searched for a phrase with space inside, in database, the
      'to_tsquery' function raised an sql error. One should use
      'plainto_tsquery'. Also, a proper test was added.
      6b9588b1
  6. 12 Oct, 2023 1 commit
  7. 28 Sep, 2023 1 commit
  8. 21 Sep, 2023 1 commit
  9. 12 Sep, 2023 2 commits
  10. 04 Sep, 2023 1 commit
  11. 12 Apr, 2023 1 commit
  12. 28 Mar, 2023 1 commit
  13. 03 Mar, 2023 1 commit
  14. 10 Feb, 2023 1 commit
  15. 09 Feb, 2023 1 commit
  16. 25 Jan, 2023 1 commit
  17. 24 Nov, 2022 1 commit
  18. 07 Nov, 2022 1 commit
  19. 07 Oct, 2022 1 commit
  20. 18 Mar, 2022 1 commit
  21. 03 Feb, 2022 1 commit
  22. 04 Jan, 2022 1 commit
  23. 29 Sep, 2021 1 commit
  24. 27 Sep, 2021 1 commit
  25. 18 Sep, 2021 1 commit
  26. 14 Sep, 2021 1 commit
  27. 23 Dec, 2020 2 commits
  28. 22 Dec, 2020 1 commit
  29. 27 Nov, 2020 1 commit
  30. 18 Sep, 2020 1 commit
  31. 31 Aug, 2020 2 commits
  32. 26 Aug, 2020 1 commit
  33. 25 Jul, 2020 2 commits
  34. 22 Jul, 2020 3 commits