Bug 23200

Summary: incorrect default mappings in pqf.properties means searching by item homebranch is impossible
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Martin Renvoize 2019-06-25 10:35:50 UTC
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.