couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

feat: adding full text search support #746

Closed gsi-alejandro closed 7 months ago

gsi-alejandro commented 8 months ago

Closes: #745

codecov[bot] commented 8 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (ddb0d12) 93.36% compared to head (fed3e00) 93.20%.

Files Patch % Lines
src/ottoman/ottoman.ts 40.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #746 +/- ## ========================================== - Coverage 93.36% 93.20% -0.17% ========================================== Files 96 96 Lines 2667 2677 +10 Branches 641 642 +1 ========================================== + Hits 2490 2495 +5 - Misses 177 182 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ejscribner commented 8 months ago

This all looks awesome! Just a few small nits, but otherwise looks great!