Skip to content

[US-021] Search stores by name or keyword #35

@leimo2011

Description

@leimo2011

Epic: EP-04 — End User Discovery \nPriority: Must Have (M) \nStory Points: 5 \nSprint: Sprint 2\n\n### User Story\nAs an end user, I want to search stores by name or keyword so I can find a specific seller quickly.\n\n### Acceptance Criteria\n- [ ] Search bar prominent on home/discover screen\n- [ ] Results update as user types (debounced, 300ms)\n- [ ] Results show store name, logo, category, live badge\n- [ ] Empty state with suggestions when no results\n- [ ] Search term highlighted in results\n- [ ] Search indexed on store name, bio, category\n\n### Technical Notes\n- GET /api/stores/?search={query}\n- PostgreSQL full-text search (SearchVector) or icontains for MVP\n- Redis cache for popular search terms

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions