SearchPlugin IE

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
mbb
Posts: 12
Joined: Fri Jan 14, 2011 12:27 pm

SearchPlugin IE

Post by mbb »

Hello,
every seach with the SearchPlugin (IE8), only open the searchpage without keyword.

The generated url contains a ";" instaed of a "&"
http://brudeee2/faq/index.php?action=search&search=china.

Is this a bug ?
Have you any idea.
I use already phpMyFAQ 2.6.13.

Thanks
Martin
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: SearchPlugin IE

Post by Thorsten »

Hi,

I'll check it.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mbb
Posts: 12
Joined: Fri Jan 14, 2011 12:27 pm

Re: SearchPlugin IE

Post by mbb »

The same behaviour with firefox or other browser.
The problem is, that the generated URL contains between parameter action and search the characters "amp;"
When I deletete this characters in the URL it works !
Thanks
mb
mbb
Posts: 12
Joined: Fri Jan 14, 2011 12:27 pm

Re: SearchPlugin IE

Post by mbb »

When I delete in the file opensearch.php in row

$opensearchXml->writeAttribute('template', $searchUrl . '&search={searchTerms}');

The characters amp; and reinstall the plugin it works fine.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: SearchPlugin IE

Post by Thorsten »

Hi,

fixed for version 2.6.14.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mbb
Posts: 12
Joined: Fri Jan 14, 2011 12:27 pm

Re: SearchPlugin IE

Post by mbb »

Hi,
thanks

by mb
Post Reply