Skip to main content
Topic: Additional search engines (Read 1952 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Additional search engines

Three things to do:
1) add the search engine select to the "full search" as well (at the moment is available only for the quick search,
2) implementing an auto-detection, it can be done using the "opensearchdescription" link tag, an example:
Code: [Select]
<link rel="search" type="application/opensearchdescription+xml" title="popular-archaeology.com" href="http://www.searchplugins.net/createos.aspx?number=81239"/>
this leads to an xml file containing all the informations required
3) add a POST method (at the moment Elk uses a redirectexit, this supports only GET, but certain search engines may require POST (this will require some javascript trickery, either changing the action attribute and the name of the input of the form, or pass through a proxy page that will auto-submit via javascript to the search engine).
Bugs creator.
Features destroyer.
Template killer.

Re: Additional search engines

Reply #1

I'm not talking about bots, I'm talking about the search box. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: Additional search engines

Reply #2

lol
No problem, it's easy to mix the two.
Bugs creator.
Features destroyer.
Template killer.

Re: Additional search engines

Reply #3

No need to shut up :D ... its good to ask questions to help clarify an item or remove confusion.