Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Advanced Custom Fields and Frontend Filters › Reply To: Advanced Custom Fields and Frontend Filters
April 6, 2021 at 10:17 am
#32572
Keymaster
Hi,
I’m afraid no, because there is no efficient way to check which ones are in use. When using the {get_values} statement, the plugin checks which ones are within the post meta table, and prints them. Checking them against the profiles for existence could get exponentially hard (as subqueries would have to be implemented) and may cause huge performance issues.