Search Functionality
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start by locating the responses table handling and the database entry point used by the backend. Trace how the search button or Enter key can reach that flow, then verify that entering a value returns matching responses and that the search button triggers the same behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100