You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Requirements
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.
The text was updated successfully, but these errors were encountered:
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
Requirements
Expected Outcome
The back-end successfully handles search requests, returning accurate and relevant FAQ results based on the user’s input.
The text was updated successfully, but these errors were encountered: