6.0.0-beta1
7/6/25

[#11598] Subsequent search returns previous results
Summary Subsequent search returns previous results
Queue IMP
Queue Version 6.0.0
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester slusarz (at) horde (dot) org
Created 10/30/2012 (4632 days ago)
Due
Updated 10/31/2012 (4631 days ago)
Assigned
Resolved 10/31/2012 (4631 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/31/2012 01:52:53 AM Michael Slusarz State ⇒ Resolved
Version ⇒ 6.0.0
 
10/31/2012 01:52:24 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 25391602ec4a38f4df01decb952a27a92cebc530
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Tue Oct 30 08:18:25 2012 -0600

     [mms] Allow Horde_Stream object to be serialized (Bug #11598).

  framework/Stream/lib/Horde/Stream.php           |   45 
++++++++++++++++++++++-
  framework/Stream/lib/Horde/Stream/Temp.php      |   10 ++++-
  framework/Stream/package.xml                    |    2 +
  framework/Stream/test/Horde/Stream/TempTest.php |   13 +++++++
  4 files changed, 67 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/25391602ec4a38f4df01decb952a27a92cebc530
10/30/2012 10:27:26 PM Michael Slusarz Comment #2
Milestone ⇒
Version ⇒ Git master
Reply to this comment
This has been fixed in the next version of Horde_Stream (v1.0.1).

Quick explanation: we were unable to serialize stream data objects so 
all search queries looked identical to the hashing function (search 
queries most likely contained Horde_Imap_Client_Data_String objects, 
which internally stored the search terms in a stream) in 
Horde_Imap_Client, so the first search query would be cached until the 
mailbox changed.
10/30/2012 08:04:25 PM Michael Slusarz Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒ 6.0.1
Assigned to Michael Slusarz
Summary ⇒ Subsequent search returns previous results
Type ⇒ Bug
State ⇒ Assigned
Queue ⇒ IMP
Reply to this comment
From imp@lists:

[Show Quoted Text - 17 lines]

Saved Queries