This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Frontend Search Settings: Any post type

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Frontend Search Settings: Any post type Reply To: Frontend Search Settings: Any post type

#31287
Ideaz20Ideaz20
Participant

Hello,

ok, that’s unfortunate.

One of the ideas was also changing options to radio buttons and adding a filter to asp_pre_get_front_filters with:

array(
                'field' => 'cpt',
                'value' => 'any', // or '', or 'post_type1,post_type2,post_type3'
                'label' => 'Any',
                'default' => true,
               'selected' => true
)

But none of this is recognized and it just fallbacks to “post”. Is there anything else we can try in the value field, or it just allows single value with one of the post_types selected in source?

Best regards