ElkArte Community

Title: Additional search engines
Post by: emanuele on July 30, 2014, 08:46:55 am
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).
Title: Re: Additional search engines
Post by: emanuele on August 01, 2014, 04:10:00 am
I'm not talking about bots, I'm talking about the search box. ;)
Title: Re: Additional search engines
Post by: emanuele on August 01, 2014, 07:45:39 am
lol
No problem, it's easy to mix the two.
Title: Re: Additional search engines
Post by: Spuds on August 01, 2014, 07:47:10 am
No need to shut up :D ... its good to ask questions to help clarify an item or remove confusion.