Closed ajinkyabridgelabz closed 1 year ago
Description: Allow users to search for books by title, author, or genre. This should be a backend feature.
Tasks:
BookService
BookController
/books/search?query=XYZ
Do this task asap
Please refer https://github.com/ajinkyabridgelabz/online-library-management-system/blob/main/branchingreadme.md
My merge was accepted
Description: Allow users to search for books by title, author, or genre. This should be a backend
feature.
Tasks:
BookService
that takes in a query and searches based on title, author, or genre.BookController
like/books/search?query=XYZ
.