Since these are custom post types, most search plugins that work with custom post types will also work with Pods.
If you’re looking for that kind of custom capabilities (different areas with each type of post), you’re either looking at re-coding the results of your search results within PHP. Easy Pods with Caldera Forms might be able to help there or Facet WP or possibly the Conductor Plugin. All of the above plugins work with Pods, but I think for a results page with different sections, you’re going to have to create some kind of template for your search results to display in. We don’t handle that directly within Pods and I’m not sure of a Search plugin that also does that.
As to creating ‘automatic’ links, unless it’s a custom taxonomy and you’re using get_term_list from WordPress, nothing is going to create ‘automatic’ links for you. You can, however, create a loop (or insert a shortcode) that will output the list of recipes that have the same ingredients and then create a custom template (or a Pods Template) that will include the link to the recipe.
We give some of that instruction on the following video:
https://pods.io/2015/05/03/podscast-005-templates-shortcodes-widgets-displaying-data-in-pods-pt-3/
If you have any additional questions, please open a support ticket at https://pods.io/forums/ or join us on our Slack Chat at https://pods.io/forums/chat/ and we’ll try to point you in the right direction.
Thanks!