fiveai / Cachet

📛 An open source status page system for everyone.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

Fix API pagination with search #2

Closed sedan07 closed 3 years ago

sedan07 commented 3 years ago

API Search wasn't working with pagination as the page query param ended up in the DB query and as a result it would throw an error. This ensures only query params matching the allowed searchable columns gets through.