express-crud-router
express-crud-router copied to clipboard
fix: add offset in search arguments
BREAKING CHANGE: In the search function, other arguments than the query q are now passed as an object that includes offset. This allow to use pagination properly while calling this method
Codecov Report
Merging #70 (98bdc51) into master (120d997) will not change coverage. The diff coverage is
85.71%.
@@ Coverage Diff @@
## master #70 +/- ##
=======================================
Coverage 81.31% 81.31%
=======================================
Files 11 11
Lines 198 198
Branches 45 45
=======================================
Hits 161 161
Misses 35 35
Partials 2 2
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/getList/index.ts | 88.00% <85.71%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 120d997...98bdc51. Read the comment docs.