Created
August 8, 2016 07:18
-
-
Save xmorave2/3342652ed80e407d975d50fb061e4aa1 to your computer and use it in GitHub Desktop.
Skrytí odepsaných záznamů ve VuFindu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/local/vufind2/local/import/marc_local.properties | |
withdrawn_status = 9930 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /usr/local/vufind2/solr/biblio/conf/schema.xml --> | |
<field name="withdrawn_status" type="textFacet" indexed="true" stored="false" multiValued="true"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; /usr/local/vufind2/local/config/vufind/searches.ini | |
[RawHiddenFilters] | |
0 = "withdrawn_status:0 OR (*:* NOT withdrawn_status:*)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment