Search post always goes to home page
When we post the form copied from the 'standard keyword search' in the docs it always posts to the homepage. If we use the URL from the admin eg /?ACT=49&keywords={searchTerms} it works, any ideas what we're doing wrong?
Replies
Low 23 Apr 2018 06:05
Might have to do with another add-on messing with URI routing. Low Search uses native EE methods to generate the form, which auto-populates the action="" method to point to the main index.php file.
You can try and see if the native search form (from the simple search module) has the same issue. If that's the case, the issue lies with your EE setup somewhere.