
Eli Mesika has submitted this change and it was merged. Change subject: core: do not cache queries containing asterisk ...................................................................... core: do not cache queries containing asterisk If the search query contains an asterisk ('*') then the query should not be cached in order to match correctly changes that might apply to a tag association for example before the cache entry is expired (one day) Change-Id: I6ff4fc5a872103f73519a5ed2a9b6a8f0a5a366d Bug-Ur: https://bugzilla.redhat.com/show_bug.cgi?id=1301383 Signed-off-by: emesika <emesika@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SearchQuery.java 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Eli Mesika: Verified; Passed CI tests Juan Hernandez: Looks good to me, but someone else must approve Moti Asayag: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/52797 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6ff4fc5a872103f73519a5ed2a9b6a8f0a5a366d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>