express-crud-router icon indicating copy to clipboard operation
express-crud-router copied to clipboard

fix: add offset in search arguments

Open ambreelmee opened this issue 3 years ago • 1 comments

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

ambreelmee avatar Dec 28 '21 16:12 ambreelmee

Codecov Report

Merging #70 (98bdc51) into master (120d997) will not change coverage. The diff coverage is 85.71%.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 120d997...98bdc51. Read the comment docs.

codecov-commenter avatar Dec 28 '21 16:12 codecov-commenter