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

Paul Derscheid <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179162|0                           |1
        is obsolete|                            |

--- Comment #2 from Paul Derscheid <[email protected]> ---
Created attachment 180347
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180347&action=edit
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 <[email protected]>

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