So I have found the solution, I leave it here if anyone needs something like this in the future.
On your search form add a hidden field:
<input type="hidden" name="post_type" value="post_type_name" />
Then on your search.php file add the following WITHIN the loop:
<?php
if(isset($_GET['post_type'])) {
$type = $_GET['post_type'];
if($type == 'post_type_name_1') {?>
<!--Your Code for this post_type-->
<?php
} elseif($type == 'post_type_name_2') {?>
<!--Your Code for this post_type-->
<?php }
}
?>
Best!
Related Posts:
- Include custom taxonomy term in search
- Searching multiple custom post types and pages
- AJAX search on post pages by custom post type
- How can I change the admin search posts fields?
- How to make a WP_Query search with custom post types?
- Development of a WordPress Search Plugin – Best Practices
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- Simple way to search custom-post types only
- Pushing a custom post type to the top of the search results
- How do I Paginate Search Results for Custom Post Types?
- Search that will look in custom field, post title and post content
- Returning search results by relevance, including Custom Post Types
- How to replicate some of Drupal Views functionality in WordPress?
- Seperating Custom Post Search Results
- Exclude from search all custom posts which are NOT in a taxonomy term
- Exclude a term of a taxonomy with a custom post type in a search
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- Custom search for custom post type, custom meta and search fields
- Separating Search Results By Post Type
- How Do I Use WP_Query to Run This Database Query as Search Result?
- Custom Post Types: pretty search URLs and has_archive
- WordPress Admin Panel search posts with custom post meta values along with title
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- No results searching custom post type in admin panel
- custom search result page
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Customize Search Results for Custom Post Type
- error in Advanced Search Form for Custom Post Types in WordPress array_key_exists() expects parameter 2to be array, string given
- Search Custom Post Type Custom Fields
- Custom Post Type not appearing in website search
- CPT Search Form with Taxonomy filter & Or
- Keyword search limited to specific post type filtered by multiple custom taxonomies?
- Custom search for custom post meta with pre_get_posts interferes with WP search
- WooCommerce product search titles only
- I did group my search results by post type, but how can i give each of them its own order?
- custom post type Search returns No Results in admin panel
- Search Custom Post Type & Taxonomies
- How to stick custom post at the top in search results
- filter custom post type by meta key in dashboard
- Can I search only some of the fields of a custom post type?
- WordPress sort search results by custom order
- Pretty URL for custom search for custom post type
- Add post location with mile radius allowing search
- Include custom post type content in search
- Get post count for search result based on post type
- search suggest – filter post type
- Advanced search form with filters for custom taxonomies
- filter search custom field query
- Include custom taxonomy term in search
- Search one custom post type ONLY, disable “all posts”
- WordPress search and date filter not working with custom post type
- Custom filter for main search: how to exclude specific post_type from search results
- Add custom attributes to a post
- Display an icon based on post type
- how to get this tax_query working?
- Custom Taxonomy Search result page
- find custom post type post by searching its custom field with my string
- Prevent A Specific Custom Post Type Showing In WP Search Results Page
- Hide custom post type from search based on custom taxonomy
- What is the correct term for a tool that filters content based on metadata?
- Pagination on search results page
- Best way to create a search for custom post type by custom field values
- Multi Parameter search with custom post type category and tag
- CPT, meta-data, url parameter
- Redirecting search to specific templates with $_GET[“post_type”]
- Search custom type post
- How to Implement Search Functionality?
- How to have multiple search result pages in wordpress with taxonomy terms listed
- Create a post automatically if search result has zero results
- Creating a custom WP query for a Custom Post Type
- WP_List_Table Inside Metabox Not Working on Clicking Search Button
- Custom Post type doesn’t appear in search results
- search results to show individual ACF fields from inside custom posts
- post_type incorrect for custom post type
- Live search by custom tag
- how to create custom taxonomy drop downs for parents and child
- Custom Archive – hide posts until a search is made?
- Display result as “prefix+ID” and show in the search result as bookcode
- Custom Post Search
- WP_Query with custom post type search showing all results every time
- Extensive search filtering and results->PDF in the front-end
- Search form to find custom meta box generated data
- 404 error Custom search results page for custom post types with friendly URL
- multiple custom post type category selection search
- Custom Search Template for Custom Post Types
- Search page for custom post type
- Multiple search template with separate stylesheets
- Advanced search form with filters for custom taxonomies and custom fields
- Archive custom template from search
- Searching for a single custom post type, buddypress
- Customising wordpress search and using $_GET[“s”]
- How do I do this?: If custom post type exists, echo it, else do not
- WordPress search results
- search this custom post type
- Drop Down Filter with CPT as Options for Search Form
- Searching Custom Posts content with JQuery
- WordPress search results grouped by post type
- Why custom search engine only searches in post titles of custom posts?
- How do I provide a search form for a specific post type, that is capable of searching within custom fields of the specified CPT?
- Meta_query question