You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/plugins
Jeff Alyanak efd69c4ca9 [feat] plugin Self Information: improve keyword matching
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").
4 months ago
..
__init__.py
ahmia_filter.py
calculator.py
hash_plugin.py
hostname_replace.py [refactor] hostnames plugin: add fallback for old hostname_replace plugin 4 months ago
hostnames.py [refactor] hostnames plugin: add fallback for old hostname_replace plugin 4 months ago
oa_doi_rewrite.py
self_info.py [feat] plugin Self Information: improve keyword matching 4 months ago
tor_check.py
tracker_url_remover.py
unit_converter.py