[Koha-bugs] [Bug 9968] Fix Standard number search to use correct index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 3 11:07:18 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968

Michal Denar <black23 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75351|0                           |1
        is obsolete|                            |

--- Comment #5 from Michal Denar <black23 at gmail.com> ---
Created attachment 79862
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79862&action=edit
Bug 9968: Fix wrong index for Standard number in advanced and label search

'Standard number' indicates that you can search ISBN, ISSN and other
standard numbers, but we are using the wrong index and only get a
very limited search for biblionumber instead.

This patch changes the index from sn to ident.

To test:
- Check both staff and OPAC advanced search:
  - Search for Standard number = ISBN
  - Search for Standard number = ISSN
  Both should work.
  Toggle [Intranet|OPAC]NumbersPreferPhrase system preferences
- Check the label creator
  - Add a new batch
  - Use 'add items' option and search for Standard number

Signed-off-by: Michal Denar <black23 at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list