[wp-trac] [WordPress Trac] #18851: search form in edit.php should keep parameters it does not understand
WordPress Trac
noreply at wordpress.org
Wed Aug 21 21:30:35 UTC 2013
#18851: search form in edit.php should keep parameters it does not understand
----------------------------+----------------------
Reporter: ibotty | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Administration | Version:
Severity: normal | Resolution: wontfix
Keywords: |
----------------------------+----------------------
Comment (by c3mdigital):
Like Nacin said above it's a form. If you use the category drop down and
choose cat-1 and then choose May 2012 in the date drop down then enter a
search term you're going to send a post request for
`cat=cat-1&m=201305&s=search+term`.
Now lets say you put the drop downs back to the default of 0 or all then
search again. Using your logic the date and category parameters should
stay the same as in the previous url query arg when the user intentionally
removed them.
If you need to keep a parameter in search then add a filter to
restrict_manage_posts with your own drop down select.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18851#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list