잉여개발기 (SPDV) 3 lat temu
rodzic
commit
4aa714bf49
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      route/main_search_deep.py
  2. 1 1
      version.json

+ 2 - 2
route/main_search_deep.py

@@ -55,9 +55,9 @@ def main_search_deep(name = 'Test', search_type = 'title', num = 1):
         div += '</ul>'
         
         if search_type == 'title':
-            div += get_next_page_bottom('/search_data/{}/' + url_pas(name), num, all_list)
-        else:
             div += get_next_page_bottom('/search/{}/' + url_pas(name), num, all_list)
+        else:
+            div += get_next_page_bottom('/search_data/{}/' + url_pas(name), num, all_list)
 
         return easy_minify(flask.render_template(skin_check(),
             imp = [name, wiki_set(), wiki_custom(), wiki_css(['(' + load_lang('search') + ')', 0])],

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.4.5-unstable (stable2) (beta6-104)",
+        "r_ver" : "v3.4.5-unstable (stable2) (beta6-105)",
         "c_ver" : "3500354",
         "s_ver" : "3500111"
     }