]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Search
Address long-standing typo: clense_ISO8601, matching change to OpenSRF-trunk.
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Search /
2009-09-24 mikercorrecting thinko that caused calling a cstore method...
2009-09-21 mikerproperly populate %services hash of configured Z servers
2009-07-21 dbsDo not display holdings for serial records that have...
2009-06-10 ericksonenabled authoritative for several methods
2009-06-04 ericksonadded an 'alert' field to the end of the zip code datab...
2009-06-01 ericksonmake the input test a little more strict (require the...
2009-06-01 ericksonif no search terms are sent, exit early
2009-05-26 dbsFix bad merge, regret being up this late
2009-05-26 dbsMore polish for MFHD record display
2009-05-25 dbsAdd a serial search method that returns an array of...
2009-04-26 mikerupdating badly explained (by me) alternative (untested)
2009-04-26 dbsBasic support for returning MFHD for display purposes
2009-03-30 mikerpass the default search class correctly, instead of...
2009-03-25 dbsDedupe code by moving to a common implementation of...
2009-03-02 mikerinitial addition of Conifer-sponsored electronic serial...
2009-01-26 ericksonadded a streaming, batch mvr retrieval method
2009-01-20 dbsTypo in API documentation. It's the little things....
2009-01-19 mikerno more caching of statuses in retrieve_all
2008-11-25 ericksondon't test undefined connections, which can happen...
2008-11-17 dbsAdd a staff variant for open-ils.search.biblio.zstyle...
2008-11-11 mikeradd copy location display based on switch
2008-11-08 ericksonadded a wrapper for the location copy summary count...
2008-10-20 ericksonadded a global default locale configuration setting...
2008-10-17 ericksonif we have loaded all search results, don't bother...
2008-10-17 ericksonafter all search results scanned, we know the exact...
2008-10-16 ericksondummied up a native catalog z-source config blob
2008-10-09 dbsMove search query input cleansing to the server side
2008-10-07 ericksononly strip beginning and trailing spaces from tcn value...
2008-09-28 mikermake in-db authoritative, but allow config file values...
2008-09-28 mikerexpose the new in-db z39.50 config
2008-09-23 ericksoncan now pass raw marcxml to the marc2html method and...
2008-09-22 ericksonignore the native catalog search when processing async...
2008-09-22 ericksonporting the ability to search the local catalog as...
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-14 mikerremove the default record format to allow none at all
2008-08-10 mikermore staged search configurability and acuracy
2008-08-10 mikermake staged search result calcuation more configurable
2008-08-08 phasefxyaz change; will complain of bad xml format otherwise
2008-08-04 ericksonfixed syntax error in elseif. fixed undefined referenc...
2008-08-04 mikeradd support for xml-based z servers (such as xml-backed...
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-05-15 ericksonadding explicit return undef to prevent return of trail...
2008-04-22 ericksondefault estimated hit count to 0 to protect against...
2008-04-21 ericksonadded support for for truncation attribute to z39 queri...
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-18 ericksonadded config option for defining the downloaded record...
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-19 mikermake z search more robust when using multi-target search
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-12-16 mikermulti-target Z39.50 searches -- just supply an array...
2007-12-15 mikertest for non-ref-ness
2007-12-15 mikerEVEN MORE errors caught by strict
2007-12-15 mikerMORE errors caught by strict
2007-12-15 mikererrors caught by strict
2007-12-15 mikerasync and multi-target Z search .... yes, I am that...
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-05-29 mikerusing the ZOOM/net abstraction layer
2007-02-08 mikerAdding support for field-specific searches. Syntax...
2007-02-02 ericksonadded find-by-barcode to opac adv search
2007-02-01 ericksonfixed error in Z query builder, now separating out...
2007-01-23 ericksonadded flag to allow retrieval of deleted records in...
2006-12-11 ericksonstripping chars below hex 9 (tab), mainly to remove...
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-20 ericksonentityizing the xml that comes from the z server to...
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-30 ericksonadded caching version of batch call
2006-08-28 ericksonadded custom copy flesh method
next