- 30 Jul, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, fix for notifications throttle delay value
-
- 08 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Mar, 2024 1 commit
-
-
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.
-
- 02 Oct, 2023 1 commit
-
-
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.
-
- 12 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit also uses a temporary fork of boolexpr. It allows to parse certain terms like "Niki" without choking.
-
- 28 Aug, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 17 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Jun, 2023 6 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit adds a bunch of Arxiv tests to demonstrate we can successfully transform our `Query` type into the Arxiv AST.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-