Opened 13 years ago
Closed 13 years ago
#14335 closed defect (bug) (fixed)
Menu Pages Search does not return results
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
The menu Pages Search function used to find Pages to add does not seem to return any results for any searches. No matter what I type in the search box, it says "No Results Found".
Attachments (2)
Change History (8)
#2
@
13 years ago
- Keywords reporter-feedback removed
Hi
This is showing both on my test site (which has no active plugins) and live (which does). Both are different web platforms. I've checked in both IE and Opera, which you'd hope would remove browser specific issues.
Also attached a screenshot. You can see there is a page already in the menu called Fireman Set, but a search for Fireman gives nothing. (Admittedly that may be because that particular entry is already in the menu, but it's the same no result for everything.)
Category search does seem to return some results.
(Live runs 3.0, test site is against trunk)
#3
@
13 years ago
Confirmed on a remote install. Works on localhost.
Additionally, the Categories search doesn't work either.
#4
@
13 years ago
- Keywords has-patch needs-testing added
- Milestone changed from Awaiting Review to 3.1
It turns out the regex that split the elements was faulty.
In 14335.diff the items are first transformed into DOM nodes before being manipulated.
Cannot reproduce. Have you checked browser console for any JS errors? (If there are any it could be plugin/theme interference). Is it specifically the Pages search which doesn't work or are all post types/taxonomies searches not working?