Skip to content

RUST-2402 QE string API GA#1727

Open
abr-egn wants to merge 9 commits into
mongodb:mainfrom
abr-egn:RUST-2402/qe-prefix-suffix-redux
Open

RUST-2402 QE string API GA#1727
abr-egn wants to merge 9 commits into
mongodb:mainfrom
abr-egn:RUST-2402/qe-prefix-suffix-redux

Conversation

@abr-egn

@abr-egn abr-egn commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

RUST-2402, RUST-2449

This marks the string (nee textPreview) algorithm and related methods GA, removing the need for the text-indexes-unstable feature. A bunch of the tests had their predicate swapped from <9.0 to >=9.0, and a few need special handling to make sure things still work with the preview names.

@abr-egn abr-egn force-pushed the RUST-2402/qe-prefix-suffix-redux branch from 1d129da to f2b3dbe Compare July 1, 2026 10:20
@abr-egn abr-egn requested a review from BorisDog July 3, 2026 13:43
@abr-egn abr-egn marked this pull request as ready for review July 3, 2026 13:43
@abr-egn abr-egn requested a review from a team as a code owner July 3, 2026 13:43
/// NOTE: This option is unstable and subject to backwards-breaking changes. It should only be
/// used in experimental workloads.
#[cfg(feature = "text-indexes-unstable")]
pub text_options: Option<TextOptions>,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this (and the rest of Text removal) a breaking change? Is this expected in minor release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants