I was having the same issue with sort and search, and a could others.
I left the page public so you can see it, there is no personal info on it.
Page: https://jhcband.org/wordpress/member-resources/search-members
Shortcode[pdb_list search="true" sort="true" CSS="jhcb_members" orderby="last_name" fields="first_name, last_name, other_instruments, status" display_count="true"]
Fields marked sortable in admin:
- First Name 1
- Last Name 2
- Instruments 3
- Birth Month 4
- Section 5
- Status 6
- Mailing City 7
- Mailing State 8
- Mailing Zip 9
- Date Updated (non displayed group) 99
When typed the above list I found/fixed my problem. Before I typed the list above, the fields I picked to be ‘sortable’ did not all show in the drop-down list, and the ‘sort by’ drop down list. When I started the list above and looked at the field choices I matched up display columns and numbered as above. This fixed the problem. When I had the display column set to zero it would not show up on the search drop down list. I’m assuming this is supposed to work this way. (cool function)
I would like to add to a wish list… At least one more search argument choice i.e. Search Status=active & Instruments=flute.
I tried to add filter=”active” to the above shortcode but when I pressed clear it ignored my filer and listed all. It was also doing something weird if I paginated the results, when I went to the next page it listed all and lost the search perimeters.
Thanks You,
Julie