SellVia Docs — menu

Search Strategy

Technical Architecture/Search Strategy.md
sharedNo dated updates

Search Strategy

Purpose

How creators find offers to promote, and how merchants find/review creators.

Given the raw data doc's original design ("browse/join offers by category: digital vs physical") and the case study's emphasis on reducing complexity, MVP search doesn't need a dedicated search engine (e.g. Elasticsearch) — simple database filtering/sorting on structured fields covers it:

  • Filter by category (digital/physical), commission rate range, niche tag
  • Sort by newest, highest commission, most applications (popularity signal)

Post-MVP: AI-Assisted Matching

As discussed in the AI integration conversation, semantic creator↔offer matching (matching a creator's niche/audience against product category/description, not just exact category filters) is a strong post-MVP candidate — see 02. Technical Architecture → AI Services for how that would layer on top of this basic filtering rather than replace it.

Open Questions

  • Whether tags/niches are a fixed taxonomy (simpler, easier to filter) or free-text (more flexible, harder to search cleanly) — recommend a fixed taxonomy of niches for MVP, expand as real usage reveals gaps