fix: Show schema and register names in search results instead of IDs#991
fix: Show schema and register names in search results instead of IDs#991rubenvdlinde wants to merge 3 commits intodevelopmentfrom
Conversation
Search result subtitles previously showed raw numeric IDs like "Schema: 498 • Register: 228". Now resolves to human-readable titles like "Client • Pipelinq" using SchemaMapper and RegisterMapper with a per-request name cache to avoid repeated lookups. Closes #975
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (147 total)
npm dependencies (586 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (147 total)
npm dependencies (595 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (147 total)
npm dependencies (595 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Summary
Schema: 498 • Register: 228Client • Pipelinq • Updated: 2026-03-20SchemaMapperandRegisterMapperwith a per-request name cache to avoid N+1 queriesTest plan
Closes #975