ACM-VIT / SDG-Backend

0 stars 0 forks source link

Search Functionality #4

Open mahendra785 opened 2 months ago

mahendra785 commented 2 months ago

Implement a search feature that allows users to search for specific values in the responses table. When a user clicks the search button or presses enter, the app should search the database for the value entered. Create a search button that triggers this functionality.

D-Vspec commented 2 months ago

Pseudocode: Implement Search Functionality in Responses Collection

Objective:

Implement a search feature that allows users to search for specific values in the responses collection. When a user clicks the search button or presses enter, the app should search the database for the value entered and return matching documents.

Steps:

1. Define the Search Route in the Backend