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 [2019/12/19 19:51] – [getPurchaseHistory] demiankatzdevelopment:plugins:ils_drivers [2020/03/11 15:32] – [getHolding] demiankatz
Line 232: Line 232:
  
 :!: Starting with VuFind 6.0, this method supports pagination to prevent retrieval of impractically large result sets. To support pagination, the getConfig("Holds") call must return an itemLimit value. :!: Starting with VuFind 6.0, this method supports pagination to prevent retrieval of impractically large result sets. To support pagination, the getConfig("Holds") call must return an itemLimit value.
 +
 +:!: In VuFind 6.1, the reliance on the getConfig("Holds") call for retrieving itemLimit values was revised to use the more appropriate getConfig("Holdings") call instead.
  
   * Input: RecordID, output of patronLogin (so that patron-specific data may be added to the return array), additional options (beginning in release 6.0; these may include 'page', 'itemLimit' and 'offset' parameters used for result pagination).   * Input: RecordID, output of patronLogin (so that patron-specific data may be added to the return array), additional options (beginning in release 6.0; these may include 'page', 'itemLimit' and 'offset' parameters used for result pagination).
Line 452: Line 454:
     * duedate - The item's due date (a string).     * duedate - The item's due date (a string).
     * dueTime - The item's due time (a string, optional).     * dueTime - The item's due time (a string, optional).
-    * dueStatus - A special status -- may be 'due' (for items due very soon) or 'overdue' (for overdue items). (optional).+    * dueStatus - A special status -- may be 'due' (for items due very soon) or 'overdue' (for overdue items). If this is false, empty string, or unset, VuFind will assume that items have no special status. (optional).
     * id - The bibliographic ID of the checked out item.     * id - The bibliographic ID of the checked out item.
     * source - The search backend from which the record may be retrieved (optional - defaults to Solr). // Introduced in VuFind 2.4. //     * source - The search backend from which the record may be retrieved (optional - defaults to Solr). // Introduced in VuFind 2.4. //
development/plugins/ils_drivers.txt · Last modified: 2024/04/12 13:05 by demiankatz