Create 2 separate search results pages depending on which search input field was submitted?

Does anyone know if it is possible to have two different search results pages, depending on which search input field someone has used. For example, I would like my navbar search results to be different from search results on a different page.

Anyone know if/how this is possible? Thanks!

BUMP - JaredB, I’m facing a similar challenge. Have you made any progress?

My strategy is to create two distinct search templates and assign them to their respective pages (one for search results and another for blog results). However, I’m encountering an issue where it seems I can only have one search result template. The conditions only provide the option to assign to “search results.” I’ve observed that when I have two templates, one gets assigned as the default search result, and the other gets assigned as “search results.” Any insights or solutions would be appreciated!

I came up with another option. Bricks 1.9.5

  1. add parametr for search widget

  1. in search template insert 2 blocks diferent query loop

  2. in search template, query loop blocks add Conditions
    hh

Ok!!