Activity log for bug #1170126

Date Who What changed Old value New value Message
2013-04-17 21:39:41 Lebbeous Fogle-Weekley bug added bug
2013-04-17 21:40:49 Lebbeous Fogle-Weekley tags pullrequest
2013-04-17 21:41:02 Lebbeous Fogle-Weekley summary Restore #deleted search modifier Restore #deleted search modifier and edit_date()/create_date() filters
2013-04-17 21:41:38 Lebbeous Fogle-Weekley description Evergreen 2.4+ In the qp-fix and qp-fix-fix shuffle (basically a saga of heroic development affecting search internals, for those not following that particular story), a feature was lost: the #deleted search modifier that limits search results to only deleted records. This branch addresses the problem, in two commits: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/senator/store-deleted-search-modifier Evergreen 2.4+ #deleted modifier ----------------- In the qp-fix and qp-fix-fix shuffle (basically a saga of heroic development affecting search internals, for those not following that particular story), a feature was lost: the #deleted search modifier that limits search results to only deleted records. This branch addresses the problem, in two commits: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/senator/store-deleted-search-modifier edit_date() / create_date() filters ----------------------------------- coming
2013-04-17 22:20:47 Lebbeous Fogle-Weekley description Evergreen 2.4+ #deleted modifier ----------------- In the qp-fix and qp-fix-fix shuffle (basically a saga of heroic development affecting search internals, for those not following that particular story), a feature was lost: the #deleted search modifier that limits search results to only deleted records. This branch addresses the problem, in two commits: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/senator/store-deleted-search-modifier edit_date() / create_date() filters ----------------------------------- coming Evergreen 2.4+ #deleted modifier ----------------- In the qp-fix and qp-fix-fix shuffle (basically a saga of heroic development affecting search internals, for those not following that particular story), a feature was lost: the #deleted search modifier that limits search results to only deleted records. edit_date() / create_date() filters ----------------------------------- Similarly, edit_date, create_date, and bib_source all broke for basically the same reason. Record undeletability restored ------------------------------ If deleting records using the 'ingest.metarecord_mapping.preserve_on_delete' internal flag, you would previously encounter errors undeleting those records later. See the commit messages in the linked branch below. This was probably broken outside of the qp-fix and qp-unfix cycle. Three commits here: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/senator/store-deleted-search-modifier
2013-04-17 22:33:22 Lebbeous Fogle-Weekley tags pullrequest
2013-04-18 19:52:47 Mike Rylander evergreen: status New Fix Committed
2013-05-19 20:18:47 Ben Shum evergreen: status Fix Committed Fix Released