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
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