http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7620 --- Comment #18 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- (In reply to comment #15)
(In reply to comment #14)
(In reply to comment #13)
I just tested, and this patch does not work for me. Adding {QUERY_KW} to OPACNoResultsFound does not change the output at all (without this patch, the text {QUERY_KW} showed up).
strange... it works perfectly on our system, could you mention the query you had tested in OPACNoResultsFound and the keywords used ?
asflfsjsfja (no, that was not a typo)
Thanks for the keyword but what was your full query (the one you put in OPACNoResultsFound) ?(In reply to comment #17)
(In reply to comment #16)
(In reply to comment #15)
(In reply to comment #14)
(In reply to comment #13)
I just tested, and this patch does not work for me. Adding {QUERY_KW} to OPACNoResultsFound does not change the output at all (without this patch, the text {QUERY_KW} showed up).
strange... it works perfectly on our system, could you mention the query you had tested in OPACNoResultsFound and the keywords used ?
asflfsjsfja (no, that was not a typo)
Thanks for the keyword but what was your full query (the one you put in OPACNoResultsFound) ?
Sorry, I thought you meant the query I entered into Koha. I tried it with the following in OPACNoResultsFound: Search elsewhere: <a href="www.google.com/?q={QUERY_KW}">Google</a> for {QUERY_KW}.
Your url and keyword works on our system, the substitution is done : www.google.com/?q=asflfsjsfja I have no idea why it doesn't on your system. But I noted another point to be fixed : without the http mention in href attribute (href="http://www.google...) the address is searched in the web directory of koha. -- You are receiving this mail because: You are watching all bug changes.