Created attachment 179162 [details] [review] Bug 39303: Add audience index to SRU This patch adds a 'koha.audience' entry to the pqf properties for searching To test: 1 - curl -XGET "http://localhost:2100/biblios?version=1.1&operation=searchRetrieve&query=ta=a&maximumRecords=60&recordSchema=marcxml" 2 - Unsupported index 3 - Apply patch 4 - cp etc/z3950/pqf.properties /etc/koha/sites/kohadev/z3950/pqf.properties 5 - sudo koha-z3950-responder --restart kohadev (or restart_all) 6 - Test a search: curl -XGET "http://localhost:2100/biblios?version=1.1&operation=searchRetrieve&query=koha.audience=a&maximumRecords=60&recordSchema=marcxml" 7 - Results!
Created attachment 180347 [details] [review] Bug 39303: Add audience index to SRU This patch adds a 'koha.audience' entry to the pqf properties for searching To test: 1 - curl -XGET "http://localhost:2100/biblios?version=1.1&operation=searchRetrieve&query=ta=a&maximumRecords=60&recordSchema=marcxml" 2 - Unsupported index 3 - Apply patch 4 - cp etc/z3950/pqf.properties /etc/koha/sites/kohadev/z3950/pqf.properties 5 - sudo koha-z3950-responder --restart kohadev (or restart_all) 6 - Test a search: curl -XGET "http://localhost:2100/biblios?version=1.1&operation=searchRetrieve&query=koha.audience=a&maximumRecords=60&recordSchema=marcxml" 7 - Results! Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>