Commit Graph

293 Commits (f0cfe7445bf1360db85671dfe935f5a40c7c4cea)

Author SHA1 Message Date
Caleb Hattingh f0cfe7445b
chore: remove useless test (#263) 2024-05-03 23:52:38 +02:00
Caleb Hattingh 52f7d6d08d
fix: repair `order_by_field` with date fields (#262) 2024-05-03 23:49:32 +02:00
Caleb Hattingh a14649f103
chore: restore the typing signature for fuzzy_term_query (#261) 2024-05-03 23:35:44 +02:00
Caleb Hattingh 983364b3a5
feat: upgrade tantivy to 0.22 (#242) 2024-05-03 23:35:19 +02:00
Tomoko Uchida 9fafdf25cb
Expose Tantivy's MoreLikeThisQuery (#257) 2024-05-03 22:15:21 +02:00
Tomoko Uchida 03b1c89fa3
Expose Tantivy's PhraseQuery (#234) 2024-05-03 22:10:58 +02:00
dependabot[bot] 3d394959b8
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7 (#258)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 13:31:22 +10:00
dependabot[bot] 09e6e440b4
build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 (#259)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 13:30:57 +10:00
dependabot[bot] 1ab1afec42
build(deps): bump github/codeql-action from 3.25.2 to 3.25.3 (#260)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 13:26:11 +10:00
alex-au-922 10553de76e
Expose const score query (#256) 2024-04-28 12:54:21 +02:00
Aécio Santos 8216f17d60
Expose Tantivy's TermSetQuery (#249) 2024-04-26 13:21:46 +02:00
alex-au-922 7e57a00b23
Docs: Updated the building queries with Query objects section (#254) 2024-04-25 17:17:48 +02:00
alex-au-922 5c3666349b
expose regex query (#241)
Co-authored-by: alexau <alexau@hket.com>
2024-04-25 12:57:09 +10:00
alex-au-922 c74990aeb8
Expose boost query (#250) 2024-04-24 23:57:16 +02:00
Caleb Hattingh ed7374c7bd
fix: incorrect test name for fuzzy_fields (#252) 2024-04-24 15:10:45 +02:00
Aécio Santos deb88ccdcd
Expose Tantivy's DisjunctionMaxQuery (#244)
Co-authored-by: Caleb Hattingh <caleb.hattingh@gmail.com>
2024-04-24 22:12:24 +10:00
Caleb Hattingh 7651d2b2cb
chore: update python versions in CI (#251) 2024-04-24 22:01:32 +10:00
Caleb Hattingh 41f72b2513
Fix lints from recent PR (#248) 2024-04-23 01:36:48 +02:00
dependabot[bot] 0f35aa450e
build(deps): bump actions/download-artifact from 4.1.4 to 4.1.6 (#247)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 01:36:32 +02:00
dependabot[bot] 8faf4a149e
build(deps): bump github/codeql-action from 3.25.0 to 3.25.2 (#245)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 01:36:13 +02:00
dependabot[bot] d61599d12a
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 (#246)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 01:35:55 +02:00
alex-au-922 1d61b96ffc
Expose the method of boolean query (#243) 2024-04-23 01:27:51 +02:00
dependabot[bot] 9fa82ef29c
build(deps): bump dtolnay/rust-toolchain from dc6353516c68da0f06325f42ad880f76a5e77ec9 to bb45937a053e097f8591208d8e74c90db1873d07 (#237)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 09:04:35 +10:00
dependabot[bot] fdec6d46fb
build(deps): bump PyO3/maturin-action from 1.42.0 to 1.42.1 (#238)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 09:04:20 +10:00
dependabot[bot] 74a84d259e
build(deps): bump github/codeql-action from 3.24.10 to 3.25.0 (#239)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 09:04:12 +10:00
Tomoko Uchida b857dfec15
Fix fuzzy_term_query() documentation. (#236) 2024-04-13 12:26:05 +02:00
Tomoko Uchida 0a320fc0c9
Expose Tantivy's FuzzyTermQuery (#233) 2024-04-13 11:14:56 +02:00
dependabot[bot] 7ade2edcee
build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 (#235)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 09:25:00 +10:00
dependabot[bot] ba05c91543
build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 (#231)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 09:04:13 +10:00
dependabot[bot] cbfa7fac43
build(deps): bump dtolnay/rust-toolchain from be73d7920c329f220ce78e0234b8f96b7ae60248 to dc6353516c68da0f06325f42ad880f76a5e77ec9 (#232)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 08:59:05 +10:00
Tomoko Uchida 255eb6efba
Expose tantivy's AllQuery (#230) 2024-03-31 21:56:22 +10:00
dependabot[bot] e249241e24
build(deps): bump github/codeql-action from 3.24.8 to 3.24.9 (#228)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 08:35:00 +10:00
Caleb Hattingh def60143a2
doc: describe the merge policy (#227) 2024-03-22 22:21:35 +11:00
Caleb Hattingh e9363e71d8
doc: fix Snippet docstring. fixes #225 (#226) 2024-03-22 01:47:33 +01:00
Caleb Hattingh 5975efcf30
doc: simplify README. fixes #204 (#224) 2024-03-20 10:32:22 +10:00
Caleb Hattingh a2549a958a
doc: Add mktestdocs, and tutorial for snippets. Fixes #219 (#223) 2024-03-20 01:06:31 +01:00
dependabot[bot] 61f37e77e3
build(deps): bump github/codeql-action from 3.24.6 to 3.24.8 (#221)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 08:50:27 +10:00
dependabot[bot] 854be905e3
build(deps): bump alexellis/upload-assets from 0.4.0 to 0.4.1 (#222)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 08:49:54 +10:00
dependabot[bot] dbc499ad0f
build(deps): bump PyO3/maturin-action from 1.41.0 to 1.42.0 (#220)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 08:49:22 +10:00
dependabot[bot] 7af08c049d
build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#217)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 08:33:20 +10:00
dependabot[bot] 77d3d49d92
build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 (#215)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 09:17:17 +10:00
dependabot[bot] 769dc4fdf9
build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#214)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 09:16:59 +10:00
dependabot[bot] 9b42f72eb9
build(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 (#213)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 09:16:24 +10:00
dependabot[bot] c1ac83a058
build(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 (#211)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 09:14:03 +10:00
dependabot[bot] 5937f9b1d9
build(deps): bump github/codeql-action from 3.24.0 to 3.24.5 (#212)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 09:13:48 +10:00
dependabot[bot] f08c18fce5
build(deps): bump PyO3/maturin-action from 1.40.8 to 1.41.0 (#209)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 08:36:25 +10:00
dependabot[bot] b60a8cddb0
build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 (#206)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 09:05:13 +10:00
dependabot[bot] bfc3652012
build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#205)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 09:04:51 +10:00
dependabot[bot] f875d2f2a3
build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (#207)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 09:04:27 +10:00
dependabot[bot] c82a2771ef
build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#208)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 09:01:23 +10:00