London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Episerver Search

Vote:
0

Hi,

I have a classic website using Episerver search to find pages on the website.

Strangely enough different using different browsers return different search result.

Internet explorer 9 seems to be working okey, but Firefox and Chrome returns a result

with pages that doesn't contain the search keyword.

Any ideas why Firefox and Chrome returns wrong output?

(Norwegian page)

http://vilkar.epilab.no/Kunder/Stjernebanken/Betalingskort/ 

Searching on:

betalingskort

#55506
Dec 06, 2011 10:57
Vote:
0

Hi,

You are doing an ajax search and you need to encode the search term in the javascript. This is how the url looks in different browsers:

IE:
http://vilkar.epilab.no/Templates/Vilkaar/Pages/SearchPage.aspx?id=1328&epslanguage=no&quicksearchquery=Søk

FireFox:
http://vilkar.epilab.no/Templates/Vilkaar/Pages/SearchPage.aspx?id=1328&epslanguage=no&quicksearchquery=S%C3%B8k

#55510
Dec 06, 2011 11:23
Vote:
0

By the way, it doesn't seem you're doing any search at all. At least the query term isn't passed to the search page, only the text of the search button.

#55512
Dec 06, 2011 12:12
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.