Bug 23200 - incorrect default mappings in pqf.properties means searching by item homebranch is impossible
Summary: incorrect default mappings in pqf.properties means searching by item homebran...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-25 10:35 UTC by Martin Renvoize
Modified: 2019-06-25 10:35 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.