Skip to content

Add new endpoint /books/search to handle search by description #128

Open
@nanotaboada

Description

@nanotaboada

Description

Implement a new endpoint /books/search that allows users to search for books based on their description. This feature should integrate with the existing repository and handle search queries efficiently.

Acceptance Criteria

  • Implement the /books/search endpoint in the controller.
  • Modify the repository to support searching by description.
  • Validate and sanitize search input to avoid SQL injection.
  • Write tests to verify the endpoint works as expected.

Resources

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issueGood for newcomersjavaPull requests that update Java code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions