1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Full-text search: Add fallback behavior to Special:Search if index is not available

This commit is contained in:
gnosygnu
2017-03-29 15:10:57 -04:00
parent 62d7e6adfe
commit 541b6e461d
4 changed files with 21 additions and 5 deletions

View File

@@ -52,7 +52,9 @@ public class Xocfg_win implements Gfo_invk {
private static final String Invk_search_box_fmt_ = "search_box_fmt_", Invk_font = "font";
private static final String
Cfg__search__default_to_fulltext = "xowa.addon.fulltext_search.compatibility.default_to_fulltext"
, Cfg__search__fallback_to_title = "xowa.addon.fulltext_search.compatibility.fallback_to_title";
;
public static final String
Cfg__search__fallback_to_title = "xowa.addon.fulltext_search.compatibility.fallback_to_title";
public static final float Font_size_default = 8;
}