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]: Implement a Search Functionality for FAQ Page #955

Open
theijhay opened this issue Aug 24, 2024 · 0 comments
Open

[FEAT]: Implement a Search Functionality for FAQ Page #955

theijhay opened this issue Aug 24, 2024 · 0 comments

Comments

@theijhay
Copy link
Contributor

theijhay commented Aug 24, 2024

Description

Develop a back-end endpoint to handle search queries from the FAQ page. The endpoint should efficiently filter the FAQ content based on the keywords provided by the user, returning the relevant results.

Acceptance Criteria

Endpoint is created to handle search queries from the FAQ page.
FAQ content is accurately filtered based on the provided keywords.

Purpose

To provide the necessary back-end support for the front-end search functionality, ensuring that the search results are accurate and delivered promptly.

Requireents

Create an endpoint to receive search queries from the front-end.
Implement logic to filter FAQ content based on the search keywords.

Expected Outcome

The back-end successfully handles search requests, returning accurate and relevant FAQ results based on the user’s input.

Related Issue

@theijhay theijhay changed the title [FEA]: Implement a Search Functionality for FAQ Page [FEAT]: Implement a Search Functionality for FAQ Page Aug 24, 2024
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

No branches or pull requests

1 participant