I’m stuck on a simplesearch problem. I’ve used the plugin before - but this is the first time I’ve used it with 1.7 - and I’m using Typhoon, the new theme.
The routing doesn’t seem to work - instead of going to www.whatever/search
it always reloads the current page with the query attached.
Here’s my config file:
enabled: true
built_in_css: true
built_in_js: true
display_button: false
min_query_length: 3
route: /search
search_content: rendered
template: simplesearch_results
filters:
category: null
filter_combinator: and
ignore_accented_characters: false
order:
by: date
dir: desc
searchable_types:
title: true
content: true
taxonomy: true
header: false
header_keys_ignored:
- form
- forms
- media_order
After a query it just appends the query field to the current URL, and reloads:
http://localhost/inv2tuscany/villas/italy/tuscany?searchfield=tuscany
I’m rebuilding our site “invitationtotuscany.com” and you can see the plugin works perfectly in the old version that is online - there, I get this:
https://invitationtotuscany.com/search/query:tuscany
current site is on GRAV 1.6.31, new one on 1.7.5
same plugin version, 2.2.1
Hope someone can help.