summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2017-02-01[fix] fix paging of duckduckgoNoémi Ványi
2017-01-27Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-27[mod] darker green url in logicodevAdam Tauber
2017-01-27[fix] add padding to pointhi theme's navbar - closes #841Adam Tauber
2017-01-27[fix] darker green for result urlsNoémi Ványi
2017-01-27[fix] do not show glyph icons if noscript is enabled - #838Adam Tauber
2017-01-27[enh] add result number parsing to google engineAdam Tauber
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26[enh] make number of results less prominentNoémi Ványi
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[fix] whitespaceAdam Tauber
2017-01-26[enh] search input design mods according to #226Adam Tauber
2017-01-21[fix] correct search parameter checkAdam Tauber
2017-01-21[fix] search time range value checkAdam Tauber
2017-01-21[fix] handle missing mapsettingsAdam Tauber
2017-01-20[enh] validate input and raise an exception inside search.py. The exception ↵Alexandre Flament
message is output in json and rss format.
2017-01-20[mod] add a __common__ template that can't be selected but that provides a ↵Alexandre Flament
common place for shared templates. What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
2017-01-18Merge pull request #830 from davidar/seAdam Tauber
Semantic Scholar
2017-01-18Merge pull request #827 from davidar/spellAdam Tauber
[enh] show spelling corrections
2017-01-17Semantic ScholarDavid A Roberts
2017-01-17[fix] allow empty contentDavid A Roberts
2017-01-16[enh] show spelling correctionsDavid A Roberts
2017-01-15Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-15Add 1337x iconjcherqui
2017-01-15Add torrent infosjcherqui
2017-01-15Remove categoriesjcherqui
2017-01-15Fix testjcherqui
2017-01-15Add 1337x.to enginejcherqui
2017-01-12[fix] searching for "!google_images text" doesn't work (bang with underscore)Alexandre Flament
2017-01-10[enh] 0.11.0 version bumpAdam Tauber
2017-01-10[fix] skip non-complete google news resultsAdam Tauber
2017-01-07[mod] /config API : add language_support, paging, safesearch, ↵Dalf
supported_languages, time_range_support, timeout fields.
2017-01-05[enh] add instant answers to google engineAdam Tauber
2017-01-05[fix] french translation template var nameAdam Tauber
2017-01-05[enh] update translationsAdam Tauber
2017-01-05[enh] propagate all search properties to the results page's componentsAdam Tauber
2017-01-04Merge branch 'master' into flask_perimeterAdam Tauber
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2017-01-03[fix] autocomplete unicode issue - closes #808Adam Tauber
2017-01-02Merge pull request #801 from dalf/extract_textAdam Tauber
[fix] extract_text: use html.tostring instead html_to_text.
2017-01-02[mod] searx uses flask framework only in webapp.py. Make migration to ↵Alexandre Flament
another framework easier.
2016-12-31[fix] extract_text: use html.tostring instead html_to_text. Fix #711Alexandre Flament
2016-12-30Merge pull request #800 from dalf/searchpy5Adam Tauber
search.py : Fix and some minor modifications
2016-12-30[fix] use english as default language in bingAdam Tauber
If no language is specified, bing returns results with multiple languages for one query which isn't really useful. Setting english as default insted if nothing.
2016-12-30[fix] fix bugs introduced by commit 0a2fde19d031acef80ce5991bc6b41528dbfbf5b ↵Alexandre Flament
from dalf/searchpy4
2016-12-30[mod] timeout in log are readable (the timeouts are compare to the ↵Alexandre Flament
start_time of the request).
2016-12-30[mod] result_container.extend sets result['engine'] = engine_name for each ↵Alexandre Flament
result
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-30[mod] add a search_one_request_safe function wrapper to call ↵Alexandre Flament
search_one_request. All exceptions are catched in this wrapper.