]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
only strip beginning and trailing spaces from tcn value in search
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Search / Biblio.pm
2008-10-07 ericksononly strip beginning and trailing spaces from tcn value...
2008-09-23 ericksoncan now pass raw marcxml to the marc2html method and...
2008-09-18 dbsMove ISSN hyphen filtering from client side to search...
2008-09-15 ericksonmore cleanup
2008-09-11 ericksonbib and authority marchtml generator now use same code
2008-09-03 ericksonadded an alternate marc2html stylesheet which only...
2008-08-21 ericksondon't exit early on 0-hit search. cache them, since...
2008-08-21 ericksonforcing cache timeout on staged search cacheing (*sigh...
2008-08-10 mikermore staged search configurability and acuracy
2008-08-10 mikermake staged search result calcuation more configurable
2008-07-18 ericksonadded core limit search setting, summary info in return...
2008-07-18 ericksonadded support for configurable search page sizes and...
2008-06-19 mikermore switching to opac_visible on status
2008-05-31 ericksonadded some input scrubbing on limit and offset
2008-04-22 ericksondefault estimated hit count to 0 to protect against...
2008-04-04 mikeradding bib_level filter to the advanced search
2008-03-27 mikerThe advanced query syntax parser here was cribbed from...
2008-03-24 ericksontrimming null entries from end of results array
2008-03-20 ericksonadded some timing logs
2008-03-20 ericksonremoved old comment. removed unnucessary grep call
2008-03-14 ericksonoutput is now backwards compatibable with non-staged...
2008-03-14 ericksonstop looking when we have checked all of the possible...
2008-03-14 ericksonfixed assumption that available=0 implies no hits,...
2008-03-14 ericksonstaged search caching and paging
2008-03-14 ericksonadded basic caching layer for staged search. still...
2008-03-10 mikermaking OpenILS::Application the base app so that author...
2008-03-10 ericksonadded initial (basic) staged search support
2008-03-03 mikerfixing sort and sort_dir in the advanced query syntax
2008-02-21 mikeradding authoritative method varients
2008-02-08 mikermoving to direct call syntax instead of indirection...
2008-01-18 ericksonadded explicit disconnect
2007-12-16 mikeradding "bibid" result peer to the marcxml
2007-12-16 mikerfixing search object layout
2007-12-16 mikeradd root ou to the search
2007-12-16 mikeradd Z-style search/result interface
2007-11-15 ericksoncapturing any preceding search terms and appending...
2007-11-15 ericksonnow augmenting existing searches instead of replacing...
2007-11-14 ericksonAdded a new method to parse complex search query syntax...
2007-11-09 ericksonAs caching has evolved, at some point we started return...
2007-07-25 ericksonsorting by callnumber label before returning results
2007-07-02 mikerPatch from Dan Scott to move JSON to OpenSRF::Utils...
2007-02-08 mikerAdding support for field-specific searches. Syntax...
2007-02-02 ericksonadded find-by-barcode to opac adv search
2007-01-23 ericksonadded flag to allow retrieval of deleted records in...
2006-11-27 ericksonadded some safety checks for search timeouts in marc...
2006-11-01 mikerfull visibility check for copies in the public opac
2006-09-04 ericksongrabbing recs one at a time to prevent huge messages
2006-08-31 ericksonno longer magically copying maps into entries field...
2006-08-30 ericksonadded some more deleted checks
2006-08-28 ericksonadded custom copy flesh method
2006-08-23 ericksonadded deleted check to barcode fetches
2006-08-22 ericksonfixed bug in cache key generation for searches
2006-08-21 ericksonadded barcode version of fleshed2
2006-08-21 ericksonfixed order_by clause
2006-08-21 ericksonadded latest circ to flesh copy call and displaying...
2006-08-07 ericksonadded sanity check for pre-cat mods creation
2006-08-02 ericksonreturning event instead of NULL on record.mods_slim...
2006-08-02 ericksonnow fetching copies in details section based on CN...
2006-07-31 ericksonadded additional copy flesher which grabs more info...
2006-07-19 ericksonsanity checking searches to prevent explosion. logging...
2006-07-14 ericksonfixed cstore typo
2006-07-13 ericksonadded sanity checking on mods creation
2006-07-13 mikermoving to cstore for all basic search/retrevial
2006-07-05 ericksonadded cache flag .. does not cache by default, made...
2006-06-30 ericksonpatched some logic bugs
2006-06-30 ericksonlimiting range of returned result to remove nulls
2006-06-29 ericksonmoved some select methods to editor
2006-06-29 ericksonfixed some cache bugs, caching 5k results
2006-06-28 ericksonmoved script building to a generic framework using...
2006-06-22 ericksonadded server method and opac code to use new cn browse api
2006-06-22 mikerprotect against broken cache
2006-06-22 ericksonfixed bug in search caching
2006-06-21 ericksonupdated logging and made cache logic more clear and...
2006-06-19 ericksonsearch cache timeout is now configurable
2006-06-16 ericksonmore metarecord holds work
2006-06-14 ericksonadded method to get list of record_descriptor object...
2006-06-12 ericksonprefix change
2006-06-12 ericksonmoved to server side caching of opac search results...
2006-06-05 erickson copy count summary supports org and depth now
2006-06-01 ericksonmoved method to editor, dropping extra info on marc...
2006-05-31 ericksonsome cleanup
2006-05-31 ericksonmoved tcn search to editor
2006-05-26 ericksonupdated copy_count method, added styling for shadowed...
2006-05-16 ericksonmoved isbn/issn searches to the rresult page where...
2006-05-16 ericksonadded staff version of the marc search
2006-05-12 ericksonfixed method name
2006-05-10 ericksonremoving deprecated code
2006-05-09 ericksonreturn event when no mr found
2006-05-08 ericksoncleaned up mods batch creator
2006-05-08 ericksonplugged in isbn and issn storage methods
2006-05-08 ericksonprotecting from warn
2006-05-05 ericksonupdated to use org and depth in title list display
2006-05-03 ericksonAPI changes for consistency, auto-generating not-found...
2006-05-01 ericksonadded method for returning a bre sans marcxml
2006-04-26 ericksonmore copy status handling
2006-04-17 ericksonslightly updated summary retrieve method
2006-04-10 ericksonsupporting code for the newer advanced search interface
2006-04-05 ericksoncommented out duplicate method to make sure no one...
2006-03-30 ericksonadded new method to wrap new storage multiclass methods
2006-03-20 ericksonstarted working on the callnumber/copy details pane...
next