Fixed issue #1711 - Zammad Api for idoit.object_ids broken.

This commit is contained in:
Martin Edenhofer 2017-12-13 19:20:37 +01:00
parent 504bc58d47
commit 5ebeb51e2e

View file

@ -99,7 +99,7 @@ returns
end
# try search index backend
if !condition && SearchIndexBackend.enabled?
if condition.blank? && SearchIndexBackend.enabled?
query_extention = {}
query_extention['bool'] = {}
query_extention['bool']['must'] = []