Summary: | Z39.50 title search doesn't work with multiple words | ||
---|---|---|---|
Product: | Koha | Reporter: | Dobrica Pavlinusic <dpavlin> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Dobrica Pavlinusic <dpavlin> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | m.de.rooy, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 12898 - Z39.50 title search doesn't work with multiple words
Bug 12898 - Z39.50 title search doesn't work with multiple words Bug 12898 - Z39.50 title search doesn't work with multiple words Bug 12898: (regression test) test terms inside double quotes |
Description
Dobrica Pavlinusic
2014-09-10 11:28:43 UTC
Created attachment 31500 [details] [review] Bug 12898 - Z39.50 title search doesn't work with multiple words This fixes regression introduced by Bug 6536 so that multiple words in title search will work. Test scenario: 1. try z39.50 search with more than one word 2. verify that no results apper 3. apply patch and re-run search 4. verify that there are results Will test it rightaway :) Created attachment 31501 [details] [review] Bug 12898 - Z39.50 title search doesn't work with multiple words This fixes regression introduced by Bug 6536 so that multiple words in title search will work. Test scenario: 1. try z39.50 search with more than one word 2. verify that no results apper 3. apply patch and re-run search 4. verify that there are results Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 31508 [details] [review] Bug 12898 - Z39.50 title search doesn't work with multiple words This fixes regression introduced by Bug 6536 so that multiple words in title search will work. Test scenario: 1. try z39.50 search with more than one word 2. verify that no results apper 3. apply patch and re-run search 4. verify that there are results Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 31580 [details] [review] Bug 12898: (regression test) test terms inside double quotes Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> Patch pushed to master. Thanks Dobrica! |