You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enabled: true
built_in_css: true
built_in_js: true
display_button: false
min_query_length: 3
route: /help
search_content: raw
template: categories
filters: @self
filter_combinator: or
ignore_accented_characters: false
order:
by: date
dir: desc
I have header.twig.html template which have simplesearch-box element. This template is added to different routes. So for simplesearch to work I need to redirect it to /help page because of route: /help configured. How can I do that or may be there are another ways to get same behavior?
Thanks in advance
The text was updated successfully, but these errors were encountered:
simplesearch.yaml file:
I have
header.twig.html
template which havesimplesearch-box
element. This template is added to different routes. So forsimplesearch
to work I need to redirect it to/help
page because ofroute: /help
configured. How can I do that or may be there are another ways to get same behavior?Thanks in advance
The text was updated successfully, but these errors were encountered: