- π³π¨New Caledonia guillaumebartolini@gmail.com
You can add a block on that view and expose the same or a modified form and it will redirect to the /search page
A Site builder wants 2x search filters on the site.
Site builder has as no documented way to do this:
Steps tried that seem working.
Problems / bugs:
If display IDs are different, we can have different results.
Working:
Page: "page_1" (used on search result page)
Exposed "page_exposed"
NOT working:
Page: "page_1"
Exposed "exposed_page" (used on search result page)
NOT working:
Page: "page_search"
Exposed "exposed_page" (used on search result page)
NOT working:
Page: "page_search"
Exposed "page_exposed" (used on search result page
It seems if "exposed" is first in display ID, it will be used for the result page.
It seems if "page" is first in display ID AND it is page_1, it will be used for the result page but only if the earlier is FALSE.
Order of displays does not seem to have an effect.
Documentation page is updated: https://www.drupal.org/docs/8/core/modules/views/expose-a-filter-to-site... β
N/A
N/A
Not sure.
Not sure.
Not sure.
Active
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
You can add a block on that view and expose the same or a modified form and it will redirect to the /search page