Commit daf7521
[ops] unify sparkcore and paycore searches into one (#22822)
## Reason
The sparkcore vs paycore ent searches is kind of frustrating because it doesn't indicate if it exists in one or the other. So I wanted to combine both into a single search so you don't have to toggle the schema manually (and it'll show results for both schemas)
## Overview
- deletes old searches for sparkcore and paycore
- queries both schemas for results in new unified search input
- search types are combined (defaults to auto if it doesn't exist for one of the schemas)
- shows the schema on the actual ent!
## Test Plan
works locally


<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Unified search input consolidates results across schemas and shows schema on results.
* CardPage header supports custom right-side content (used to show schema badges).
* **Refactor**
* Replaced two specialized search inputs with a single unified one for consistent behavior.
* Inspector now uses a single link component for entity navigation for consistent styling.
* **Chores**
* Removed legacy per-schema search components and related query wiring.
<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
GitOrigin-RevId: 7ae439a34e2c04d40bf2163190a78179dfbf000a1 parent 521c3bb commit daf7521
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
350 | 354 | | |
351 | 355 | | |
352 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
353 | 362 | | |
354 | 363 | | |
355 | 364 | | |
| |||
0 commit comments