whoogle-search/app/utils
João 219fc58401
Fix handling of bangs (#851)
Changed the implementation to work if the bang is at anyplace in the query.

Added a check to not spend time looking for an operator if a "!" is not present
in the query.

No longer allowed to have the bang at the "!" char at the end, since this may
cause some conflicts like the issue cited before, where the ! is after a word
in the query, which is natural in most languages.
2022-09-30 14:39:13 -06:00
..
__init__.py Project refactor (#85) 2020-06-02 12:54:47 -06:00
bangs.py Fix handling of bangs (#851) 2022-09-30 14:39:13 -06:00
misc.py Allow different `true` values for config vars (#841) 2022-09-07 12:54:43 -06:00
results.py Encode config params in URL (#842) 2022-09-22 14:14:56 -06:00
search.py Include full path when determining proxy host url 2022-08-02 10:57:59 -06:00
session.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00