Open akohlbecker opened 12 years ago
@chris-sleep @JiriFrank hi i found the cause for the auto suggest sometimes not working
@akohlbecker @chris-sleep Sounds interesting. What we will do with that?
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
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
at first glance it looks like a problem in the apachesolr_autocomplete module
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:
@chris-sleep @JiriFrank