[Koha-bugs] [Bug 23200] New: incorrect default mappings in pqf.properties means searching by item homebranch is impossible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 25 12:35:50 CEST 2019


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

            Bug ID: 23200
           Summary: incorrect default mappings in pqf.properties means
                    searching by item homebranch is impossible
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Web services
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

Defined indexes in pqf.properties must refer to a valid index in
biblios/etc/bib1.att.

Out of the box:
* index.dc.branch is mapped to 1=1033 in pqf.properties
* att 1033 is mapped to 'Host-item' in bib1.att
* index.dc.branch should be mapped to 'homebranch'
* att 8011 is mapped as 'homebranch' in bib1.att

Given the above, pqf.properties should be updated to map index.dc.branch to
1=8011.

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


More information about the Koha-bugs mailing list