Opened 8 months ago
Last modified 19 hours ago
#40229 assigned enhancement
Add meta_query to wp_site_query
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Networks and Sites | Keywords: | needs-patch needs-unit-tests ms-roadmap |
| Focuses: | multisite | Cc: |
Description
Currently site query doesn't support meta query as there is no blogmeta table. However with it being added #37923 this functionally can be supported.
Along with adding support this functionality, we should start to use it in a number of place. A key example is adding the ability to search by site title in the network admin panel
Change History (9)
This ticket was mentioned in Slack in #core-multisite by spacedmonkey. View the logs.
4 months ago
#3
@spacedmonkey
4 months ago
- Keywords needs-patch needs-unit-tests added
- Milestone changed from Awaiting Review to 4.9
- Owner set to spacedmonkey
- Status changed from new to assigned
#4
@flixos90
4 months ago
- Keywords ms-roadmap added
These tickets belong to our planned roadmap (a few of them not per final decision), so flagging with a keyword for better overview.
I suggest continuing with the site meta query functionality in #37923 for now, as we would like to work on the entire site meta feature in the format of a feature project (hosted at https://github.com/jeremyfelt/wordpress-develop).
When we get to committing, it probably makes sense to break things down to smaller parts, and then this sub-ticket here can come in handy. For now let's keep the discussion going in a centralized location (#37923).