-
Notifications
You must be signed in to change notification settings - Fork 43
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
add index support #573
add index support #573
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #573 +/- ##
==========================================
+ Coverage 63.97% 64.57% +0.60%
==========================================
Files 9 9
Lines 433 446 +13
Branches 64 66 +2
==========================================
+ Hits 277 288 +11
- Misses 156 158 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
PR-Codex overview
This PR focuses on adding the ability to add indexes to existing collections in the document database.
Detailed summary
AddIndexMutation
message to the mutation protocoladdIndex
function to thedoc_store.rs
moduleaddIndex
function to thedatabase_v2.ts
moduleaddIndex
function in theclient_v2.test.ts
module