gbhl / bhl-europe

Biodiversity Heritage Library Europe
http://www.bhl-europe.eu/
15 stars 2 forks source link

simplesearch autosuggest not working in some case #464

Open akohlbecker opened 12 years ago

akohlbecker commented 12 years ago

if the base url contains the language query parameter, the simplesearch autosuggest is not working:

reason for this is that the query parameter is added to the ajax call which is done in the background:

http://bhl-int.nhm.ac.uk/portal/apachesolr_autocomplete?language=en/flo

@chris-sleep @JiriFrank

akohlbecker commented 12 years ago

@chris-sleep @JiriFrank hi i found the cause for the auto suggest sometimes not working

JiriFrank commented 12 years ago

@akohlbecker @chris-sleep Sounds interesting. What we will do with that?

akohlbecker commented 12 years ago

During demonstrations you should take a look at the location bar, if there is something like ?language=en you should delete it in order to reestablish the autosuggest functionality.

for the long term: we have to fin out if it is something in our code - i guess so - and fix it.

andreas


Von: JiriFrank [reply@reply.github.com] Gesendet: Dienstag, 5. Juni 2012 14:56 An: Andreas Kohlbecker Betreff: Re: [bhle] simplesearch autosuggest not working in some case (#464)

@akohlbecker @chris-sleep Sounds interesting. What we will do with that?


Reply to this email directly or view it on GitHub: https://github.com/bhle/bhle/issues/464#issuecomment-6124214

JiriFrank commented 12 years ago

Thank you :-)


Mgr. Jiri Frank BHL-Europe WP5 Project Manager Open Up! WP8 coordinator National Museum Vaclavske namesti 68 115 79 Prague 1 Czech Republic tel.: +420 281 029 199 email: jiri_frank@nm.cz

----- Původní zpráva -----

Odesilatel: "Andreas Kohlbecker" reply@reply.github.com Příjemce: JiriFrank jiri_frank@nm.cz Datum: 05/06/12 13:54 Předmět: Re: [bhle] simplesearch autosuggest not working in some case (#464)

During demonstrations you should take a look at the location bar, if there is something like ?language=en you should delete it in order to reestablish the autosuggest functionality.

for the long term: we have to fin out if it is something in our code - i guess so - and fix it.

andreas


Von: JiriFrank [reply@reply.github.com] Gesendet: Dienstag, 5. Juni 2012 14:56 An: Andreas Kohlbecker Betreff: Re: [bhle] simplesearch autosuggest not working in some case (#464)

@akohlbecker @chris-sleep Sounds interesting. What we will do with that?


Reply to this email directly or view it on GitHub: https://github.com/bhle/bhle/issues/464#issuecomment-6124214


Reply to this email directly or view it on GitHub: https://github.com/bhle/bhle/issues/464#issuecomment-6124324

akohlbecker commented 12 years ago

at first glance it looks like a problem in the apachesolr_autocomplete module