Hi,
I’m able to configure all different section in “Define your search …”, only 2.2 (data) doesn’t load it’s spinning forever. The console shows now errors.
Where to debug this or better how to fix this ๐
The screen is scanning all the custom fields in wp_postmeta, to be able to show them in the selection.
There is no good way to do that, because WP does not maintain a dictionary of custom fields (like ACF does for instance). Hence the need to select them all and group them by key from wp_postmeta.