diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 18:53:56 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 18:53:56 +0100 |
commit | 6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72 (patch) | |
tree | 9f9d7bf0392119074cb28d9006e512e0725361a0 /searx/webapp.py | |
parent | 71c2e8222bc5d7115e8e2ed415057f66da3a2f09 (diff) | |
download | searxng-6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72.tar.gz searxng-6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72.zip |
[enh] linkable search url display
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 4dbfcd6c1..ab6d522c1 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -182,6 +182,7 @@ def index(): selected_categories=search.categories, paging=search.paging, pageno=search.pageno, + base_url=get_base_url(), suggestions=search.suggestions ) |