add notes for search engine file format

This commit is contained in:
James Feng Cao 2024-03-25 11:06:58 +08:00
parent 67b2f74f41
commit f86d763d67
8 changed files with 25 additions and 19 deletions

View file

@ -60,7 +60,8 @@
<li>[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot;</li>
<li>when [post params] is empty, the url should have '%s' as keyword. Ex. <a href="../search/index.html">bingUS engine w/ chatgpt</a></li>
</ul>
<p>.search文件首行必须为第一种类型的搜索引擎。由于其它两种类型的引擎数量稀少为性能考虑超微限制了首个引擎的种类。</p>
<p>.search文件首行必须为第一种类型的搜索引擎。由于其它类型的引擎数量稀少为性能考虑超微限制了首个引擎的种类。<br>
&quot;i:&quot;等超微内部scheme作开头的搜索引擎关键词部分仅支持使用&quot;%s&quot;,这纯粹是为了降低代码复杂性。</p>
<h4 id="本地引擎">本地引擎</h4>
<p>搜索引擎已经支持命令行url现在可添加离线字典查询至主页。命令行url格式为<br>
c:[含%s的命令行]<br>
@ -69,8 +70,8 @@ d:mimetype:[含%s的命令行]:[外部资源url]<br>
<p>笔者用来查询各式词典,发现效果非常好。百兆以内的文本文件压缩以后可以直接快速检索,定位至特定位置以后可上下滚动阅读全部文本。</p>
</div>
<p>Last Modified: 4 March 2023<br>
automate modified date<br>
<p>Last Modified: 25 March 2024<br>
add some notes for search engine file format<br>
<pre></pre>
</p>