[wp-trac] [WordPress Trac] #18094: Changing pages in Theme Search loses selected features

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 21 07:13:39 UTC 2011


#18094: Changing pages in Theme Search loses selected features
----------------------------+--------------------
 Reporter:  lorthirk        |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  3.2.2
Component:  Administration  |     Version:  3.2.1
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |
----------------------------+--------------------

Comment (by teraom):

 Newbie to WP dev.

 The problem occurs because the basic search and the feature filter search
 use POST and GET types respectively. When using post, the features[] is
 set in POST, which is not set in URL. The generic pagination WP_List_Table
 -> pagination function is ignorant of the POST variables and only appends
 "paged" to the URL.

 Possible (naive) solutions:
 1. Check of form action type is POST, redirect to the corresponding GET
 URL
 2. Generic helper function append_pagination_args, which can attach more
 vars to the URL?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18094#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list