Advance search for custom fields
-
Hi,
I have recently started using the choices callback function.
function my_cloething_size_list_dropdown() { $arr_sizes = array( "8"=> "8 - Small", "10"=>"10 - Small", "12"=>"12 - Medium", "14"=>"14 - Medium", "16"=>"16 - Large", ); return $arr_sizes; }
Now I wish to implement a search to filter all sizes between say 10 – 12. When I try to do so, the sizes field is not appearing as a option to search/filter.
Is this a limitation of Ultimate Member? If so, are you familiar with this Faceted search option? Is it safe to use?
https://suiteplugins.com/downloads/faceted-search-ultimate-member/
Thanks,
Denis
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Advance search for custom fields’ is closed to new replies.