https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37367 Bug ID: 37367 Summary: OAI documentation missing options Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: aude.charillon@ptfs-europe.com, philip.orr@lmscloud.de The OAI documentation is lacking information about the `extended mode` configuration using the `OAI-PMH:ConfFile` syspref. In my opinion, the following configuration options should be explained in more detail: * xsl_file (present in the sample config, no explanation) * include_items (present in the sample config, no explanation) * expanded_avs (missing from sample config) This is what I'd say (being a non-native english speaker): * xsl_file: Path to an XSLT file that will be used for transforming the Koha MARCXML data into the needed structure/format. It can be useful, for example, if you need some specific Dublin Core fields to be generated instead of just the default ones. * include_items: If set to 1, item information will be included in the response according to the MARC framework's mapping. * expanded_avs: If set to 1, all coded values will the expanded with descriptions. This includes: library/branch names, item type descriptions, authorized value descriptions and classification source descriptions. All this options could be used with different metadataPrefix entries, allowing the consumers to request one or the other. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.