hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
154 stars 137 forks source link

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

Open theijhay opened 3 weeks ago

theijhay commented 3 weeks ago

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