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

Backend: Implement keyword-based search mechanism #28

Closed
cindy-wg opened this issue Jan 31, 2025 · 0 comments · Fixed by #48
Closed

Backend: Implement keyword-based search mechanism #28

cindy-wg opened this issue Jan 31, 2025 · 0 comments · Fixed by #48
Assignees
Labels
enhancement New feature or request Sprint 2 Assign to sprint 2
Milestone

Comments

@cindy-wg
Copy link
Contributor

cindy-wg commented Jan 31, 2025

Task: Add a keyword-based search functionality to retrieve posts based on user-inputted keywords.
Estimated Effort: High
Dependencies: Search library, #27
Acceptance Criteria: Posts that match the user-entered keywords(s) are shown and edge cases such as having no matching keywords (and possibly keyword spelling mistakes by the user, etc.) are handled.

Milestone Update: Had to change from Sprint 1 to Sprint 2 because I underestimated the scope of this implementation and how long it would take to understand where this fits into the codebase.

@cindy-wg cindy-wg self-assigned this Jan 31, 2025
@cindy-wg cindy-wg added enhancement New feature or request Sprint 1 Assign to sprint 1 labels Jan 31, 2025
@cindy-wg cindy-wg added this to the Sprint 1 milestone Jan 31, 2025
@cindy-wg cindy-wg changed the title Backend: Backend: Add logic Jan 31, 2025
@cindy-wg cindy-wg changed the title Backend: Add logic Backend: Implement keyword-based search mechanism Jan 31, 2025
@cindy-wg cindy-wg added Sprint 2 Assign to sprint 2 and removed Sprint 1 Assign to sprint 1 labels Feb 27, 2025
@cindy-wg cindy-wg modified the milestones: Sprint 1, Sprint 2 Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment