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

            Bug ID: 14031
           Summary: Itemnumber should be a numeric search in
                    ccl.properties
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Z39.50 / SRU / OpenSearch Servers
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

At the moment, if you do a search in the OPAC or staff client for
"itemnumber:1", you'll get no results even when you have an item with an
itemnumber of 1.

That's because Zebra defaults to a word list search, but there is no word index
for itemnumber. It's a numeric index. So, to find that item, you'll have to try
"itemnumber,st-numeric:1".

However, by tweaking ccl.properties, we can make "itemnumber:1" work as well.
We already do this for "notforloan" which we know will always be numeric.

Current ccl.properties:

notforloan 1=8008 4=109
itemnumber 1=8010

4=109 is the PQF/RPN for "st-numeric".

So... let's just add "4=109" to itemnumber, and be merry!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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