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

Full-text search: Tweak searcher and cfg for Android

This commit is contained in:
gnosygnu
2017-03-28 15:00:27 -04:00
parent 9e53bfdb05
commit 27e582441a
3 changed files with 19 additions and 3 deletions

View File

@@ -38,9 +38,9 @@ class Xofulltext_searcher_html extends Xow_special_wtr__base implements Mustache
props_Add_str(cfg_mgr, url_args, "ns_ids", "0");
props_Add_str(cfg_mgr, url_args, "limits", "25");
props_Add_str(cfg_mgr, url_args, "offsets", "0");
props_Add_str(cfg_mgr, url_args, "expand_pages", "n");
props_Add_str(cfg_mgr, url_args, "expand_pages", "y");
props_Add_str(cfg_mgr, url_args, "expand_snips", "n");
props_Add_str(cfg_mgr, url_args, "show_all_snips", "n");
props_Add_str(cfg_mgr, url_args, "show_all_snips", "y");
// options:bools
props_Add_bool(cfg_mgr, url_args, "xowa.addon.fulltext_search.options", "expand_options");