Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

need help for firefox search plugin

已查看 7 次
跳至第一个未读帖子

Fraenker

未读,
2006年10月12日 01:48:522006/10/12
收件人
hello, to use a search plugin in my intranet, i need help, the url of
the searchengine, when search a user in the phonebook have an other
assembly. To search for the name Mike Miller, the URL is the following:

https://www.intern.lohfeld.com/ive2/?actionID=suche&string1=Name__!__Mike
Miller

the problem ist, the user gived only the name Mike Miller in the
textbox, but between the input name string1 and the searchstring Mike
Miller musst the constant value Name__!__

how can i do this???

The following is false:
<SEARCH
version="1.0"
name="IVE"
description="Suche nach Personen im IVE"
action="https://www.intern.lohfeld.com/ive2/"
method="GET"
>
<input name="actionID" value="suche">
<input name="string1" user="">
</search>

-> https://www.intern.lohfeld.com/ive2/?actionID=suche&string1=Mike
Miller
her is the constant Name__!__ missed and the search is false.

how can i solve my problem

sorry for my very bad english, i hope you're understand my problem

Axel Hecht

未读,
2006年10月12日 04:55:222006/10/12
收件人

I don't know a way to do that with the sherlock format. We're naughty
close to ship Firefox 2, though (mozilla.dev.apps.firefox would have
been the appropriate newsgroup, too).

Firefox 2 uses MozSearch, which is largely compatible with OpenSearch,
find more information on that on
http://developer.mozilla.org/en/docs/Creating_MozSearch_plugins.

The essential line there would then be

<Param name="string1" value="Name__!__{searchTerms}"/>

Axel

0 个新帖子