search-implementation
Installation
SKILL.md
Search Implementation
Good search is the fastest navigation in complex applications.
1. Solution Selection
| Solution | Best For | Complexity |
|---|---|---|
| PostgreSQL FTS | Simple, existing DB | Low |
| Meilisearch | Self-hosted, fast setup | Low |
| Algolia | Managed, excellent DX | Low (cost) |
| Typesense | Open source Algolia alt | Medium |
| Elasticsearch | Complex, large-scale | High |
| OpenSearch | AWS, Elasticsearch fork | High |