Skip to content

Commit

Permalink
fix(yaml): function boost
Browse files Browse the repository at this point in the history
by eWW

see #11
  • Loading branch information
duncdrum committed Feb 5, 2024
1 parent acc6bcd commit 9588bce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,19 +462,19 @@ AllFields:
- [bq, genre_facet:"Rezension"^0.1]
- [bq, genre_facet:"book-review"^0.1]
# Alternative zum abgestufen Boosting des Erscheinungsjahres, eWW
# - [bf=ord(publishDate)^500]
- [bq, publishDateSort:2023^280]
- [bq, publishDateSort:2022^260]
- [bq, publishDateSort:2021^240]
- [bq, publishDateSort:2020^220]
- [bq, publishDateSort:2019^200]
- [bq, publishDateSort:2018^180]
- [bq, publishDateSort:2017^160]
- [bq, publishDateSort:2016^150]
- [bq, publishDateSort:2015^140]
- [bq, publishDateSort:2014^130]
- [bq, publishDateSort:2013^120]
- [bq, publishDateSort:202*^500]
- [bf=ord(publishDate)^500]
# - [bq, publishDateSort:2023^280]
# - [bq, publishDateSort:2022^260]
# - [bq, publishDateSort:2021^240]
# - [bq, publishDateSort:2020^220]
# - [bq, publishDateSort:2019^200]
# - [bq, publishDateSort:2018^180]
# - [bq, publishDateSort:2017^160]
# - [bq, publishDateSort:2016^150]
# - [bq, publishDateSort:2015^140]
# - [bq, publishDateSort:2014^130]
# - [bq, publishDateSort:2013^120]
# - [bq, publishDateSort:202*^500]


# - [bq, collection_details:"GBV_ILN_11"^300]
Expand Down

0 comments on commit 9588bce

Please sign in to comment.