About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:ils_drivers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:plugins:ils_drivers [2021/10/06 14:02] demiankatzdevelopment:plugins:ils_drivers [2022/02/07 20:33] – [getMyTransactions] demiankatz
Line 365: Line 365:
 | in_transit       | string/boolean     | No                                | If in transit, either boolean true or a string describing the destination location; false otherwise | | in_transit       | string/boolean     | No                                | If in transit, either boolean true or a string describing the destination location; false otherwise |
 | last_pickup_date | locale date string | No               | 5.1              | A string representing the deadline for picking up the item; ignored unless available (above) is set to true | | last_pickup_date | locale date string | No               | 5.1              | A string representing the deadline for picking up the item; ignored unless available (above) is set to true |
-| frozen           | boolean            | with frozenUntil | 8.0              | Whether the hold is temporarily suspended | +| frozen           | boolean            | with frozenThrough | 8.0              | Whether the hold is temporarily suspended | 
-frozenUntil      | locale date string | No               | 8.0              | Last suspension date if a hold is temporarily suspended |+frozenThrough    | locale date string | No               | 8.0              | Last suspension date if a hold is temporarily suspended |
 | cancel_details   | string             | No               | 3.1              | A cancel token, or a blank string to indicate that the hold cannot be canceled. If omitted, this will be dynamically generated using getCancelHoldDetails(). The value is passed to the cancelHolds method when a hold is canceled. You can fill this in if it is efficient to calculate the value up front; if it is an expensive calculation, you should omit the value entirely and let getCancelHoldDetails() do its job on demand (note, however, that getCancelHoldDetails is currently called for each hold unconditionally). | | cancel_details   | string             | No               | 3.1              | A cancel token, or a blank string to indicate that the hold cannot be canceled. If omitted, this will be dynamically generated using getCancelHoldDetails(). The value is passed to the cancelHolds method when a hold is canceled. You can fill this in if it is efficient to calculate the value up front; if it is an expensive calculation, you should omit the value entirely and let getCancelHoldDetails() do its job on demand (note, however, that getCancelHoldDetails is currently called for each hold unconditionally). |
 | updateDetails    | string             | No               | 8.0              | An update token, or a blank string to indicate that the hold cannot be updated. The value is passed to the updateHolds method when holds are updated. If both this and cancel_details are non-empty, the values must match. | | updateDetails    | string             | No               | 8.0              | An update token, or a blank string to indicate that the hold cannot be updated. The value is passed to the updateHolds method when holds are updated. If both this and cancel_details are non-empty, the values must match. |
Line 476: Line 476:
 This method queries the ILS for a patron's current checked out items This method queries the ILS for a patron's current checked out items
   * Starting with VuFind 5.1, getConfig may return the following keys if the service supports paging on the ILS side:   * Starting with VuFind 5.1, getConfig may return the following keys if the service supports paging on the ILS side:
-    * max_results - Maximum number of results that can be requested at once. Overrides the config.ini Catalog section setting historic_loan_page_size.+    * max_results - Maximum number of results that can be requested at once. Overrides the config.ini Catalog section setting checked_out_page_size.
     * page_size - An array of allowed page sizes (number of records per page)     * page_size - An array of allowed page sizes (number of records per page)
     * default_page_size - Default number of records per page     * default_page_size - Default number of records per page
development/plugins/ils_drivers.txt · Last modified: 2024/06/25 13:35 by demiankatz