Issue Details (XML | Word | Printable)

Key: BCMS-93
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Savvas Triantafyllou
Reporter: Gregory Chomatas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

Advanced Search in BetaCMS Management Console does not refresh search results table when repeating the same search

Created: 24/Oct/09 07:38 PM   Updated: 24/Oct/09 10:52 PM  Due: 25/Oct/09
Component/s: betacms-webui
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR2

Time Tracking:
Not Specified


 Description  « Hide
Use case that the bug appears:
-Go to advanced search
-Search with any criteria e.g. for a specific content type
-Go to search results table and remove one of the content objects
-Notice that the removed object disappears from the results table
-Press again the search button to redo the query
-Notice that the search results contain the removed content object

There is a possibility that search results are wrongly cached (they should not be cached) and the query returns the cached result which still contains the removed object.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 24/Oct/09 08:17 PM
It may have to do with issue http://jira.betaconceptframework.org/browse/BCMS-94 .
Update betacms-repository-model code from trunk and check if error still occurs.

Gregory Chomatas added a comment - 24/Oct/09 10:52 PM
Fixed! The error was due to wrong caching of search results and is related to issue BCMS-94 which has been fixed.