Opened 4 years ago
Last modified 2 years ago
#51926 new defect (bug)
Network Site Search should search more than just wp_blogs.path
Reported by: | MadtownLems | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch needs-unit-tests |
Focuses: | multisite | Cc: |
Description
From /wp-admin/network/sites.php, searching sites for 'foo' looks to only search the wp_blogs.path column. This was fine up until WordPress let you put sites any any domain.
Now searching for 'foo' would show me sites such as this:
https://mysite.com/foo
https://mysite.com/foodsite
but does NOT show me sites such as
https://foo.com
https://foo.mysite.com
I believe the search should include the domain for the site as well as the path.
Change History (4)
This ticket was mentioned in PR #2719 on WordPress/wordpress-develop by peterwilsoncc.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Milestone changed from Awaiting Review to 6.1
I've linked a draft pull request to this ticket.
I'll put this on the WP 6.1 milestone although I think it will need a little more work and some unit tests.
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
2 years ago
#4
@
2 years ago
- Keywords needs-unit-tests added
- Milestone changed from 6.1 to Future Release
Unfortunately, this ticket didn’t get more momentum in 6.1 than in 6.0… sorry about that, but the proposed patch still needs testing, so let's move it to Future Release
milestone, at least until it's properly reviewed and tested.
Feel free to move it to 6.2 when it gets the needed unit tests and review :)
https://core.trac.wordpress.org/ticket/51926