1. 25 May, 2023 3 commits
  2. 24 May, 2023 3 commits
  3. 23 May, 2023 3 commits
  4. 22 May, 2023 3 commits
  5. 16 May, 2023 4 commits
  6. 15 May, 2023 7 commits
  7. 12 May, 2023 6 commits
  8. 11 May, 2023 3 commits
  9. 10 May, 2023 2 commits
  10. 09 May, 2023 2 commits
  11. 08 May, 2023 2 commits
  12. 03 May, 2023 2 commits
    • Alfredo Di Napoli's avatar
      Add some basic pagination tests · 7b955a56
      Alfredo Di Napoli authored
      This commit adds some basic tests for the Ngrams pagination,
      capitalizing on the refactoring of the `searchTableNgrams` function,
      which is now pure and can be tested fairly easily.
      7b955a56
    • Alfredo Di Napoli's avatar
      Refactor pagination to use `NgramsSearchQuery` · 92be964e
      Alfredo Di Napoli authored
      This commit refactors the Ngrams pagination code to use
      the `NgramsSearchQuery`, and it introduces a new function called
      `searchTableNgrams`, which is now completely pure.
      92be964e