Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Advance search for custom fields

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles