-
Notifications
You must be signed in to change notification settings - Fork 41
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 Basic & Advanced Examples (Json/Search) #112
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
=======================================
Coverage 93.27% 93.27%
=======================================
Files 77 77
Lines 4582 4582
Branches 424 424
=======================================
Hits 4274 4274
Misses 186 186
Partials 122 122
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
* add Basic Query Operations Exampele * fix error * fix order error * remove unused usings * add sleep * Query and Search Advanced Examples (#115) * start working * using StringBuilder * Change to List<string> * finish test * using HashSet * add sleep to failed search test * comment problematic assert * change to Assert.Equal * Assert.Equal(expectedResSet, resSet); * change vec 4 to 5 inorder to make result deterministic
Closes #108
Closes #109
Closes #110
Closes #111