Firefox Opera 自定义搜索引擎和 mod_rewrite 站点
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 github 域作为搜索 URL,并使用 %s 替换末尾的数字:
搜索
1411
以测试自定义搜索。Use the github domain as the search URL and %s to substitute the number at the end:
Search for
1411
to test the custom search.