summaryrefslogtreecommitdiff
path: root/utils/standalone_searx.py
AgeCommit message (Collapse)Author
2020-09-22[mod] add typing and __slots__Alexandre Flament
2020-09-22[mod] check the engine tokens in searx/webadapter.py instead of searx/search.pyAlexandre Flament
2020-09-22[mod] add searx/webadapter.pyAlexandre Flament
* move searx.search.get_search_query_from_webapp to searx.webadapter * move searx.query.SearchQuery to searx.search
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all ↵Dalf
themes accordingly.
2017-07-25Avoid UnicodeEncodeError when redirecting standalone outputNK
2017-01-04[enh] standalone_seax.py is a command line interface to searx with JSON output.Alexandre Flament