ef98d85dc5
A user reported a bug where searches with a leading slash (in this case: "/e/OS apps" were interpreted as a Google specific link when clicking the next page of results. This was due to the behavior that Google's search results exhibit, where internal links for pages like support.google.com are delivered with params like "?q=/support" rather than a direct link. This fixes that scenario by checking the "q" param value against the user's original query to ensure they don't match before assuming that the result is intended as a redirect. Fixes #776 |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_autocomplete.py | ||
test_misc.py | ||
test_results.py | ||
test_routes.py |