Firefox Opera 自定义搜索引擎和 mod_rewrite 站点

发布于 2024-11-18 21:25:27 字数 276 浏览 2 评论 0原文

在 Firefox 和 Opera 中,可以创建自定义搜索引擎,但它将搜索作为标准 get 或 post 变量传递。无论如何,对于使用漂亮网址的网站,是否可以将该搜索词嵌入到网址中。

例子 我搜索 github 1411 并将我发送到 github.com/myusername/myproject/ticket-1411

甚至更好的两个参数 我搜索 github Compare 1411 将我发送到 github.com/myusername/myproject/compare/ticket-1411

In firefox and opera one can create a custom search engine but it passes along the search as a standard get or post variable. Is there anyway to embed that search term in the url for sites that use pretty urls.

Example
I search github 1411 and it sends me to github.com/myusername/myproject/ticket-1411

or even better two parameters
I search github compare 1411 sends me to github.com/myusername/myproject/compare/ticket-1411

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错爱 2024-11-25 21:25:27

使用 github 域作为搜索 URL,并使用 %s 替换末尾的数字:

http://www.github.com/myusername/myproject/ticket-%s

搜索 1411 以测试自定义搜索。

Use the github domain as the search URL and %s to substitute the number at the end:

http://www.github.com/myusername/myproject/ticket-%s

Search for 1411 to test the custom search.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文