-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(NODE-5314): add search index helpers #3672
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
durran
merged 25 commits into
mongodb:main
from
baileympearson:NODE-5194-node-poc-search-indexes
May 31, 2023
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4f348d9
add search index helpers
baileympearson 6f9ab16
add index management tests
baileympearson 2849b11
scaffolding initial rn
baileympearson 65c5406
CI passing
baileympearson 7802d26
node changes done
baileympearson bdb14b2
make fields readonly
baileympearson e8ef374
misc test updates
baileympearson 3ab6bc3
misc cleanups
baileympearson a152b27
sync tests
baileympearson 2b84107
sync tests
baileympearson 8fe15a5
fix failing schema tsets
baileympearson 9949463
fix schema tests && update UTR operations
baileympearson 0c1cacf
move search index tests to manual test directory
baileympearson cc4c43a
sync changes to tests from review
baileympearson 2f95503
lower schema versoin to 1.3
baileympearson 21d8e5f
rename options to AggregationOptions
baileympearson 126dea3
rename 2 test files
baileympearson 764d6ae
add doc comments and the internal tag to new collection helpers
baileympearson 5038b22
address Neal's comments
baileympearson bf44098
address Neal's comments pt 2
baileympearson fb4a8c7
cleanups
baileympearson c67c717
address comments
baileympearson b66854c
account for Neal's runcommandcursor changes
baileympearson 28ff583
rebuild config
baileympearson 00cbf4f
Merge branch 'main' into NODE-5194-node-poc-search-indexes
durran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#! /bin/bash | ||
|
||
source "${PROJECT_DIRECTORY}/.evergreen/init-nvm.sh" | ||
|
||
npm run check:search-indexes |
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.