From b02f762687c117baba523cefdcd16d0f94ae886a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 22 Dec 2021 16:58:52 +0100 Subject: [enh] add more categories --- searx/engines/bing_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/bing_images.py') diff --git a/searx/engines/bing_images.py b/searx/engines/bing_images.py index f07d07144..cb69dc172 100644 --- a/searx/engines/bing_images.py +++ b/searx/engines/bing_images.py @@ -27,7 +27,7 @@ about = { } # engine dependent config -categories = ['images'] +categories = ['images', 'web'] paging = True safesearch = True time_range_support = True -- cgit v1.2.3-54-g00ecf