Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions config/vufind/Folio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,17 @@ in_transit[] = "Open - Awaiting delivery"
; available options defined here.
page_size[] = 50
; Sort options
;sort[dueDate/sort.ascending] = sort_due_date_asc
;sort[dueDate/sort.descending] = sort_due_date_desc
; Note: When choosing a sort, ensure that you select
; field(s) that will return the records in a consistent order so that
; when paginating, will get all of the records in the same order for
; every page of results without possibly having duplicates appear or missing items.
; For example, using just dueDate will cause problems if there are more than
; your page_size of items due on the same day since the order is not guaranteed to be
; the same for non-unique values.
;sort[dueDate/sort.ascending itemId/sort.ascending] = sort_due_date_asc
;sort[dueDate/sort.descending itemId/sort.ascending] = sort_due_date_desc
; Default sort (note: this must be defined in the sort[] options above to be applied!)
;default_sort=dueDate/sort.ascending
;default_sort="dueDate/sort.ascending itemId/sort.ascending"

[CourseReserves]
; If set to true, the course number will be prefixed on the course name; if false,
Expand Down