adimeo-data-suite/search-client
Laravel/PHP search client for Adimeo Data Suite. Provides a simple API to connect to the service, send search queries, handle responses, and integrate search features into your application with minimal setup.
composer.json for exact requirements).PUT API) for complex schemas..env and config/ for backend URLs/credentials.LIKE queries with the package’s search client.composer.json for supported Laravel versions (likely 8.x–10.x).curl, json, and mbstring (standard in Laravel)..env variables._explain API).keyword vs. text fields).search_after or from/size) for large result sets.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Elasticsearch downtime | Search unavailable | Fallback to SQL search or cached results |
| Network partition | Timeouts | Circuit breakers, retries |
| Index corruption | Incomplete/incorrect results | Regular backups, index snapshots |
| Schema drift | Query failures | CI/CD validation of index mappings |
| Package deprecation | Broken functionality | Fork or wrap in a custom abstraction |
| High latency | Poor UX | Edge caching (CDN), query optimization |
/api/search).How can I help you explore Laravel packages today?