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

'v3.9.2.1'

This commit is contained in:
gnosygnu
2016-09-11 21:49:20 -04:00
parent 232838c732
commit 35d78f6106
310 changed files with 4358 additions and 5116 deletions

View File

@@ -54,7 +54,7 @@ public class Srch_search_ctx {
public final Xol_case_mgr Case_mgr;
public final Srch_rslt_list Cache__page;
public final Hash_adp_bry Cache__word_counts;
public final Xow_db_file Db__core;
public final Xow_db_file Db__core;
public final Xowd_page_tbl Tbl__page;
public final Srch_word_tbl Tbl__word;
public final Srch_link_tbl[] Tbl__link__ary;

View File

@@ -116,7 +116,7 @@ public class Srch_special_page implements Xow_special_page, Gfo_invk, Gfo_evt_it
for (int i = 0; i < len; ++i) {
gplx.xowa.wikis.xwikis.Xow_xwiki_itm xwiki = xwiki_mgr.Get_at(i);
if ( !xwiki.Offline() // note that filters are broad (*.wiktionary); skip offline wikis which won't be available on system
&& xwiki.Domain_tid() != Xow_domain_tid_.Int__home) // note that home is marked "offline" so it won't show up in wikis sidebar
&& xwiki.Domain_tid() != Xow_domain_tid_.Tid__home) // note that home is marked "offline" so it won't show up in wikis sidebar
continue;
Xow_domain_itm domain_itm = Xow_domain_itm_.parse(xwiki.Domain_bry());
if (crt.Matches(cur, domain_itm)) rv.Add(domain_itm);