-
-
Notifications
You must be signed in to change notification settings - Fork 56
feat: add text_search #215
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
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 1.12%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Codecov ReportBase: 91.99% // Head: 91.37% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 91.99% 91.37% -0.63%
==========================================
Files 23 23
Lines 1112 1148 +36
==========================================
+ Hits 1023 1049 +26
- Misses 89 99 +10
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 at Codecov. |
Add text_search as per js spec
See #191 for details
TODO