Skip to content

Commit

Permalink
added BKLBrowse
Browse files Browse the repository at this point in the history
as in live system: unlike PR #106 no difference to test results. Has to be included in Main to avoid divergence to live system
  • Loading branch information
annekauf committed Dec 4, 2024
1 parent c041c3a commit e04b165
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,21 +409,21 @@ BKL:
- bklnumber
- bklname
# DismaxParams:
# - [bq, format:Book^600]
# - [bq, format:Book^600]
# - [bq, format:eBook^300]
# - [bq, language:German^200]
# - [bq, language:English^200]
# DismaxHandler: edismax

#BKLBrowse:
# DismaxFields:
# - bklnumber
# - bklname
#DismaxParams:
# - [bq, format:Book^600]
#- [bq, format:eBook^300]
#- [bq, language:German^200]
#- [bq, language:English^200]
BKLBrowse:
DismaxFields:
- bklnumber
- bklname
DismaxParams:
- [bq, format:Book^600]
- [bq, format:eBook^300]
- [bq, language:German^200]
- [bq, language:English^200]
DismaxHandler: edismax

Series:
Expand Down

0 comments on commit e04b165

Please sign in to comment.