This is a spin-off of #497804: [meta] Search entities (nodes, terms, etc.) within the administrative interface: we need to index taxonomy terms in core search if we want to add a search box to the taxonomy administration pages.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | search-term-listing.jpg | 143.74 KB | Bojhan |
Comments
Comment #1
Bojhan commentedMockup
Comment #2
catchAt least initially, could we not just query the taxonomy_term_data() table directly. That'd skip fields, but still usable for a lot of cases compared to now.
Comment #3
catchSee you on #172812: Implement SearchPlugin for taxonomy