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

            Bug ID: 9968
           Summary: Error when a search is done with Standard number
                    option
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: gmcha...@gmail.com
          Reporter: rus.sil...@masmedios.com

In file "etc\zebradb\ccl.properties" the label  "Local-number" is being
abbreviated by "sn", it seems an error because "sn" should be the abbreviation
of "standard number".

The label of standard number is "Identifier-standard" abbreviated by "ident".

The standard numbers sholud be the 020, 022 and 024 MARC fields and not the in
001 and 035 fields.

For this reason searching in Advanced Search is wrong in "search-indexes.inc"
it find the following code:

[% IF (numbersphr) %]
    <option value="sn,phr">Standard number</option>
[% ELSE %]
    <option value="sn">Standard number</option>
[% END %]

Should be:

[% IF (numbersphr) %]
    <option value="ident,phr">Standard number</option>
[% ELSE %]
    <option value="ident">Standard number</option>
[% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to