alejandroakbal/laravel-scout-advanced-meilisearch
Laravel Scout extension adding advanced query builder filters (comparisons, grouped where/orWhere, between, notIn) plus two compatible drivers: meilisearch_advanced for better Meilisearch filtering/total counts and collection_advanced for in-memory testing.
LIKE or full-text indexes are insufficient.searchable models, Scout::search() syntax) with Meilisearch’s performance."This package lets us deploy Algolia-level search at a fraction of the cost by leveraging open-source Meilisearch. For [X use case, e.g., our e-commerce product search], it’ll cut search latency from [Y] to sub-100ms, improve conversion rates by [Z%], and avoid vendor lock-in. Upfront cost: ~$0 (self-hosted) or [$X for cloud). Risk: Low—we can fallback to SQL or Algolia if needed, and the Laravel Scout integration reduces dev overhead by 30%."
Key Metrics to Track:
"This wraps Meilisearch for Laravel Scout, giving us:
searchable models and Scout::search(), so minimal refactoring.typosensitivity, stopWords).Proposal:
Alternatives Considered:
Next Steps:
How can I help you explore Laravel packages today?