You could submit the form over GET, which may resolve the issue. Otherwise, any POST request requires an anti-CSRF token. Disabling that for searches would require an add-on (or code modifications).
You could submit the form over GET, which may resolve the issue. Otherwise, any POST request requires an anti-CSRF token. Disabling that for searches would require an add-on (or code modifications).