Skip to content

Add wildcard operator to Atlas Search #1596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 16, 2025
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
joykim1005 committed Jan 8, 2025
commit 35a1951b0098491a4921e9e76df2e3500be5d0f5
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ package object search {
type GeoNearSearchOperator = com.mongodb.client.model.search.GeoNearSearchOperator

/**
* @see `SearchOperator.text(String, SearchPath)`
* @see `SearchOperator.text(Iterable, Iterable)`
* @see `SearchOperator.wildcard(String, SearchPath)`
* @see `SearchOperator.wildcard(Iterable, Iterable)`
*/
@Sealed
@Beta(Array(Reason.CLIENT))
Expand Down