waaseyaa / search
Search provider interface and DTOs for Waaseyaa
v0.1.0-alpha.1
2026-03-13 23:07 UTC
Requires
- php: >=8.3
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-14 19:40:51 UTC
README
Layer 3 — Services
Full-text and structured search for Waaseyaa applications.
Provides a search index abstraction and query builder for finding entities across types. Supports indexed field selection, faceting, and relevance ranking. Integrates with the API layer for search endpoints.
Key classes: SearchRequest, SearchResult, SearchProviderInterface.