mirror of
https://github.com/searxng/searxng.git
synced 2024-11-15 01:00:12 +01:00
efd69c4ca9
This change does the following things: - the `ip` keyword is now case-insensitive - if the query includes `my ip` it will now also match In order to avoid too many false matches, the `ip` keyword alone matches only if it's the _only_ word, but the inclusion of `my` loosens that to be inclusive of users type a phrase (eg, "what is my ip", "tell me my ip", "my IP address", etc). Better answer context Previously this plugin simply dumped your IP or user-agent string as an answer. This tiny change just adds some text to contextualize those answers (eg, "Your IP is: 1.2.3.4" instead of just "1.2.3.4"). |
||
---|---|---|
.. | ||
__init__.py | ||
ahmia_filter.py | ||
calculator.py | ||
hash_plugin.py | ||
hostname_replace.py | ||
hostnames.py | ||
oa_doi_rewrite.py | ||
self_info.py | ||
tor_check.py | ||
tracker_url_remover.py | ||
unit_converter.py |