diff --git a/searx/engines/moegirl.py b/searx/engines/moegirl.py index 8ba117b04..4581b165c 100644 --- a/searx/engines/moegirl.py +++ b/searx/engines/moegirl.py @@ -21,8 +21,8 @@ about = { # engine dependent config categories = ['general'] paging = True -number_of_results = 1 -search_type = 'nearmatch' # possible values: title, text, nearmatch +number_of_results = 2 +search_type = 'text' # possible values: title, text, nearmatch # search-url base_url = 'https://zh.moegirl.org.cn/'