[phrase matching] expose phrase_matching flag in rest and grpc#6620
Merged
coszio merged 2 commits intoadd-phrase-match-variantfrom Jun 19, 2025
Merged
[phrase matching] expose phrase_matching flag in rest and grpc#6620coszio merged 2 commits intoadd-phrase-match-variantfrom
phrase_matching flag in rest and grpc#6620coszio merged 2 commits intoadd-phrase-match-variantfrom
Conversation
timvisee
approved these changes
Jun 2, 2025
b9e747c to
342ac36
Compare
d06fb68 to
9a3dbe2
Compare
7a1af3b to
2b9d2b4
Compare
9a3dbe2 to
2ddf00f
Compare
2b9d2b4 to
ae56018
Compare
2ddf00f to
331c8f9
Compare
2842672 to
5d49d1c
Compare
bd93155 to
c296825
Compare
5d49d1c to
d15e42f
Compare
c296825 to
d8a822e
Compare
Contributor
Author
|
Okay, gonna merge into #6670, it should still leave a manageable size. |
coszio
added a commit
that referenced
this pull request
Jun 19, 2025
* expose setting in rest and grpc * phrase matching openapi test
coszio
added a commit
that referenced
this pull request
Jun 19, 2025
* expose setting in rest and grpc * phrase matching openapi test
coszio
added a commit
that referenced
this pull request
Jun 19, 2025
* expose setting in rest and grpc * phrase matching openapi test
coszio
added a commit
that referenced
this pull request
Jun 24, 2025
* expose setting in rest and grpc * phrase matching openapi test
coszio
added a commit
that referenced
this pull request
Jun 24, 2025
* add `"match": { "phrase": ... }` condition
* gen grpc and openapi
* [phrase matching] expose `phrase_matching` flag in rest and grpc (#6620)
* expose setting in rest and grpc
* phrase matching openapi test
* regen openapi
* [phrase matching] Text index fixes (#6730)
* allow rocksdb-based immutable text index
* fix repeated-token phrases
* fmt
* Update OpenAPI spec
---------
Co-authored-by: timvisee <tim@visee.me>
* add repeated word case in openapi test
* [phrase match | strict mode] Allow phrase condition when enabled in index (#6749)
* allow phrase filter when index is present
* prettier error message
* clippppppy
---------
Co-authored-by: timvisee <tim@visee.me>
generall
pushed a commit
that referenced
this pull request
Jul 17, 2025
* add `"match": { "phrase": ... }` condition
* gen grpc and openapi
* [phrase matching] expose `phrase_matching` flag in rest and grpc (#6620)
* expose setting in rest and grpc
* phrase matching openapi test
* regen openapi
* [phrase matching] Text index fixes (#6730)
* allow rocksdb-based immutable text index
* fix repeated-token phrases
* fmt
* Update OpenAPI spec
---------
Co-authored-by: timvisee <tim@visee.me>
* add repeated word case in openapi test
* [phrase match | strict mode] Allow phrase condition when enabled in index (#6749)
* allow phrase filter when index is present
* prettier error message
* clippppppy
---------
Co-authored-by: timvisee <tim@visee.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds on top of #6670
This exposes the phrase matching feature, so let's merge only until necessary.