al_search provides the search experience for al-folio v1.x.
- Search runtime payload and setup logic
- Keyboard shortcut and navbar modal open behavior
- Search asset packaging (plugin-owned, not
al_folio_core)
gem 'al_search'plugins:
- al_searchRender assets where your layout expects search runtime:
{% al_search_assets %}- Starter wiring/integration tests live in
al-folio. - Search runtime behavior and component correctness tests live in this plugin.
Search behavior and runtime asset updates should be proposed in this repository.