- change solr mapping of attribut 'id' do database attribute 'publish_id'

- composer updates
- PagesController.php: query publish_id
This commit is contained in:
Arno Kaimbacher 2020-05-25 13:36:13 +02:00
parent 3214ea91b0
commit 1dbec01782
5 changed files with 33 additions and 22 deletions

View file

@ -53,7 +53,7 @@
<!-- id -->
<xsl:element name="field">
<xsl:attribute name="name">id</xsl:attribute>
<xsl:value-of select="/Opus/Rdr_Dataset/@Id" />
<xsl:value-of select="/Opus/Rdr_Dataset/@PublishId" />
</xsl:element>
<!-- year -->