Opened 13 years ago
Closed 13 years ago
#13526 closed defect (bug) (fixed)
Search Sites button doesn't work
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Administration | Keywords: | has-patch |
Focuses: | 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)
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.