]> git.koha-community.org Git - koha.git/commit
Bug 10742: improve converting simple search to Z39.50 search
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Fri, 16 Aug 2013 13:10:56 +0000 (15:10 +0200)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sun, 13 Oct 2013 19:36:29 +0000 (16:36 -0300)
commitfe341f963e922a08866a3a6ef92bdbd988ab0260
treedef0fbabd1fe17e5354a8dc25dbbf5b5c4975ef7
parent38f56a502343a6b56762f69a407568a5c81a4761
Bug 10742: improve converting simple search to Z39.50 search

In intranet, when search does not return results, there is a button
to perform the same search on Z39.50 servers.  This works well when
coming from advanced search.  But when using simple search from header,
in the Z39.50 search box "kw,wrdl" is added to the operand in title.

This patch simply adds kw as default value when the cgi does not have
idx parameter.

Test plan :
- In intranet, perform a search from header that does not return any
  result. For example "afalseword"
- Click on "Z39.50 Search"
=> you get a popup with the searched word in title. For example:
    Title: afalseword
- Go to advanced search page
- Enter the same word into first input and submit
- Click on "Z39.50 Search"
=> you get a popup with the searched word in title.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Small change, fixes an annoying problem.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 0ab71d32641d092d11228f0e2282dd8805198720)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 40e0fccdd9c3d09a95543671f90a3a163e225ce4)
catalogue/search.pl