Task #9337 (closed)
Bug: Search returns results that it should not after removing tags
Reported by: | sylittlewood | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4 |
Component: | General | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description
An issue was found when removing tags from an image where they were still being returned from the search query even though the tag had been removed. Suspect that the search index is not being updated when the tag is removed. Waited a few hours and preformed the search again, image still coming back in search results.
- Search for [Tag] = no results
- Annotate an image with [Tag].
- Search for [Tag] = Image found
- Remove [Tag] from the image
- Search for [Tag] = Image still found
Change History (5)
comment:1 Changed 12 years ago by jmoore
comment:2 Changed 12 years ago by jmoore
Code pushed to rc-thursday (https://github.com/openmicroscopy/openmicroscopy/pull/251). I'll apply a hot patch to howe for re-testing.
comment:3 Changed 12 years ago by jmoore
Confirmed by Elwood to be working now. Closing.
comment:4 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 12 years ago by jmoore <josh@…>
- Remaining Time set to 0
(In [be5f96a6f46164db4b3376bc4fba76497a846fcc/ome.git] on branch develop) Fix delete triggers for annotation re-indexing (Fix #9337)
After changes to the triggers, this script:
is now passing:
via the appropriate REINDEX eventlogs: