Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Buyer should be able to search a product #70

Closed
4 tasks
mukunzidd opened this issue May 8, 2024 · 2 comments · Fixed by #87
Closed
4 tasks

Feat: Buyer should be able to search a product #70

mukunzidd opened this issue May 8, 2024 · 2 comments · Fixed by #87
Assignees

Comments

@mukunzidd
Copy link
Contributor

mukunzidd commented May 8, 2024

Description

The buyer should be able to search inside the site.

Acceptance Criteria

  • The buyer can use name to search for product.
  • Search results are reliable and relevant from the products record.
  • Filtering and sorting options are supported by the search functionality.
  • The implementation of pagination helps managing big result sets.

Developer Notes

  • Provide a search feature for the product catalog service .
  • Create API endpoints to manage requests for the product searches.
  • Make use of effective querying and indexing strategies to provide the best search results.

Related Issues

#49
#48

Definition of done

  • The creation and integration of API endpoints enables them to fulfill buyer requests for the product searches.
  • The buyer can use name to search for the product.
  • The search includes options for sorting and filtering.
  • In order to manage big result sets, pagination is used.
@faid-terence
Copy link
Collaborator

@GSinseswa721
Please comment your implementation plan below !

@GSinseswa721
Copy link
Contributor

@GSinseswa721 Please comment your implementation plan below !

Well noted!

@faid-terence faid-terence linked a pull request May 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants