[Koha-bugs] [Bug 23736] Advanced Editor: Search by Control Number not working

2019-10-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23736

--- Comment #5 from Cori Lynn Arnold  ---

Okay, great workaround, but we'd love to see this working in the "Advanced
Search" area as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23736] Advanced Editor: Search by Control Number not working

2019-10-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23736

--- Comment #4 from Nick Clemens  ---
(In reply to Cori Lynn Arnold from comment #3)
> Nick, thanks for looking into this, but I am not seeing anyway to search
> "Local-number" in the Advanced Editor? Am I missing something?
> 
> https://paste.pics/b86b3bb78a94487d57cb9623c649dd0e

You can search that in the general koha search bar, just enter:
Local-number: faw00039489
it shoudl have no results
Control-number should find the correct record

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23736] Advanced Editor: Search by Control Number not working

2019-10-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23736

--- Comment #3 from Cori Lynn Arnold  ---

Nick, thanks for looking into this, but I am not seeing anyway to search
"Local-number" in the Advanced Editor? Am I missing something?

https://paste.pics/b86b3bb78a94487d57cb9623c649dd0e

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23736] Advanced Editor: Search by Control Number not working

2019-10-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23736

Nick Clemens  changed:

   What|Removed |Added

 CC||n...@bywatersolutions.com

--- Comment #2 from Nick Clemens  ---
For the 'Control number' field in rancor advanced search we actually map it to
"attr 1=12" which is Local-number

In Unimarc we map 001 into Local-number, but in MARC21 we map it to
Contorl-number

to test, try a search for:
Local-number: faw00039489
vs
Control-number: faw00039489

koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js:
 25 var _pqfMapping = {
 26 author: '1=1003', // s=al',
 27 cn_dewey: '1=13',
 28 cn_lc: '1=16',
 29 date: '1=30', // r=r',
 30 isbn: '1=7',
 31 issn: '1=8',
 32 lccn: '1=9',
 33 local_number: '1=12',
 34 music_identifier: '1=51',
 35 standard_identifier: '1=1007',
 36 subject: '1=21', // s=al',
 37 term: '1=1016', // t=l,r s=al',
 38 title: '1=4', // s=al',
 39 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23736] Advanced Editor: Search by Control Number not working

2019-10-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23736

--- Comment #1 from Cori Lynn Arnold  ---
While digging into this bug it appears that the control number is working for
Z39.5 servers (like Library of Congress), but not for the local catalog.
Perhaps there is a setting one needs to update?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/