msksbr f73e0e3cba feat(admin-borrows): add search endpoint replacing getAll
Replace the simple \"get all borrows\" endpoint with a search-based
approach supporting queries by book name, author, username, and role.

- Change endpoint from GET /getall to GET /search?query=xxx
- Add search service implementation using QueryWrapper with LIKE
  predicates across Book, User, and BorrowRecord tables
- Use kotlinx-coroutines for parallel async data fetching per result
- Add kotlinx-coroutines-core and kotlinx-coroutines-reactor deps
2026-05-23 13:06:47 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
2026-05-13 03:11:56 +08:00
S
Description
No description provided
MIT 499 KiB
v0.1f Latest
2026-05-26 13:03:48 +08:00
Languages
Kotlin 93.4%
PLpgSQL 5.6%
Shell 1%