Skip to content

Commit

Permalink
minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurma authored and joewiz committed Mar 28, 2023
1 parent 4797ee2 commit 11a0bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secretary-travels/collection.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- start required facets and fields -->
<facet dimension="hsg-category" expression="'department'"/>
<facet dimension="hsg-publication" expression="'travels'"/>
<field name="hsg-fulltext" expression="trip/name, trip/country, trip/remarks, trip/locale"/>
<field name="hsg-fulltext" store="no" expression="trip/name, trip/country, trip/remarks, trip/locale"/>
<field name="hsg-url" expression="'/departmenthistory/travels/secretary/' || util:document-name(.) =&gt; substring-before('.xml')"/>
<!-- end required facets and fields -->
</text>
Expand Down

0 comments on commit 11a0bea

Please sign in to comment.