Skip to content

Conversation

isabelatkinson
Copy link
Contributor

@isabelatkinson isabelatkinson commented Sep 26, 2025

RUST-2237

I added an unstable feature flag for this in case the API changes when texts indexes are GA.

@isabelatkinson isabelatkinson marked this pull request as ready for review October 3, 2025 20:52
@isabelatkinson isabelatkinson requested a review from a team as a code owner October 3, 2025 20:52
@isabelatkinson isabelatkinson requested a review from abr-egn October 3, 2025 20:52
#[cfg(feature = "text-indexes-unstable")]
pub struct TextOptions {
/// Options for substring queries.
substring: Option<SubstringOptions>,
Copy link
Contributor

Choose a reason for hiding this comment

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

Any particular reason fields in the new structs aren't pub?

export CSFLE_TLS_CERT_DIR="${DRIVERS_TOOLS}/.evergreen/x509gen"

FEATURE_FLAGS+=("in-use-encryption" "azure-kms")
FEATURE_FLAGS+=("in-use-encryption" "azure-kms", "text-indexes-unstable")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
FEATURE_FLAGS+=("in-use-encryption" "azure-kms", "text-indexes-unstable")
FEATURE_FLAGS+=("in-use-encryption" "azure-kms" "text-indexes-unstable")

@isabelatkinson isabelatkinson merged commit 38ecd69 into mongodb:main Oct 6, 2025
17 of 20 checks passed
@isabelatkinson isabelatkinson deleted the text-indexes-explicit branch October 6, 2025 19:29
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