index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
query.py
Age
Commit message (
Expand
)
Author
2019-10-14
[fix] normalize time range parameter
Adam Tauber
2019-08-02
[enh] Add timeout limit per request (#1640)
Alexandre Flament
2019-07-17
Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes...
Dalf
2019-03-28
[fix] stop engine from sending duplicated requests
Marc Abonce Seguin
2018-04-05
Merge pull request #1252 from MarcAbonce/search-languages
Adam Tauber
2018-03-28
[fix] assign the correct variable in query.py - fixes #1253
Adam Tauber
2018-03-27
refactor engine's search language handling
Marc Abonce Seguin
2018-03-22
forward category to engine without highlighting on the ui
Noémi Ványi
2017-12-06
remove 'all' option from search languages
marc
2017-11-23
[fix] autocompleter py3 compatibility - fixes #1088
Zeph
2017-11-23
[fix] replace obsolete string.join function
Adam Tauber
2017-05-15
[enh] py3 compatibility
Adam Tauber
2017-03-18
make search language handling less strict
marc
2017-01-12
[fix] searching for "!google_images text" doesn't work (bang with underscore)
Alexandre Flament
2016-12-29
change language list to only include languages with a minimum of engines
marc
2016-12-13
[enh] add supported_languages on engines and auto-generate languages.py
marc
2016-11-02
Clean up the architecture
dalf
2016-04-09
rename blocked engines to diabled engines
Noemi Vanyi
2015-02-03
[enh] category specific engine deactivation - closes #205
Adam Tauber
2015-01-31
[enh] allow override of blocked engines from query string
Adam Tauber
2015-01-12
Merge pull request #166 from Cqoicebordel/non-exclusif-bang
Adam Tauber
2015-01-10
[enh] add autocompletion for searx-specific strings
Thomas Pointhuber
2015-01-03
Add non exclusif bang
Cqoicebordel
2014-10-19
[fix] pep8 part II.
Adam Tauber
2014-10-01
using Query class for parsing of search query
Thomas Pointhuber
2014-10-01
implement query parser and use it inside autocompletion
Thomas Pointhuber