更改

跳到导航 跳到搜索
添加9字节 、 2020年12月31日 (四) 18:44
无编辑摘要
第40行: 第40行:  
         for j, r in ipairs(res.results) do
 
         for j, r in ipairs(res.results) do
 
             for k, t in ipairs(r.printouts[query_property]) do
 
             for k, t in ipairs(r.printouts[query_property]) do
                 results[t] = true
+
                 results[t.fulltext] = true
 
             end
 
             end
 
         end
 
         end

导航菜单