projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbc792
)
index zeerex2index.xsl as words
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 23 Apr 2010 15:36:09 +0000
(17:36 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 23 Apr 2010 15:36:09 +0000
(17:36 +0200)
This solves the problem that you cannot search for record syntax "USmarc" if the
server response was in lowercase "usmarc"
zebra/zeerex2index.xsl
patch
|
blob
|
history
diff --git
a/zebra/zeerex2index.xsl
b/zebra/zeerex2index.xsl
index
e501ef7
..
b153968
100644
(file)
--- a/
zebra/zeerex2index.xsl
+++ b/
zebra/zeerex2index.xsl
@@
-114,7
+114,7
@@
</xsl:for-each>
<!-- recordInfo -->
- <z:index name="zeerex:recordSyntax" type="0">
+ <z:index name="zeerex:recordSyntax" type="w">
<xsl:value-of select="e:recordInfo/e:recordSyntax/@name"/>
<!-- ### But @identifier is an OID for Z39.50 -->
</z:index>