Hi,
I have 3 Custom Post types. Let’s say i have recipe website and 3 custom post types named Meat, Vegetarian, Vegan. And if i have Burger recipes in all 3 custom post types titled burger abc, where abc can be meat, vegetarian or vegan.
Is there a way if a user types “Burger” in the search box, the results drop down shows in the format Burger (Custom post type) so user can click on the relevant one.
Example if user types Burger and Results should show
Burger (meat)
Burger (vegetarian)
Burger (vegan)
Thanks.