Opened 3 years ago
Closed 3 years ago
#13526 closed defect (bug) (fixed)
Search Sites button doesn't work
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Administration | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Go to Super Admin > Admin and Search Sites.
You will go to a page that says "Search results for 'test'" but actually shows everything. This URL is: http://localhost/wordpress/wp-admin/ms-sites.php?action=blogs&s=test&blog_name=Search+Sites . Changing this to http://localhost/wordpress/wp-admin/ms-sites.php?action=blogs&s=test&'''searchaction=name does the trick.
Attachments (1)
Change History (4)
comment:1
in reply to:
↑ description
mitchoyoshitaka — 3 years ago
comment:2
mitchoyoshitaka — 3 years ago
- Keywords has-patch added
- Owner set to mitchoyoshitaka
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.

I apologize for the formatting. /ms-sites.php?action=blogs&s=test&searchaction=name is clearly what I meant.