ソースを参照

[fix] display categories of the selected engines

Adam Tauber 9 年 前
コミット
f094188780
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      searx/search.py

+ 3
- 0
searx/search.py ファイルの表示

@@ -414,6 +414,9 @@ class Search(object):
414 414
                         self.categories.remove(category)
415 415
 
416 416
             if not load_default_categories:
417
+                if not self.categories:
418
+                    self.categories = list(set(engine['category']
419
+                                               for engine in self.engines))
417 420
                 return
418 421
 
419 422
             # if no category is specified for this search,