@@ -448,6 +448,7 @@ class MongodbHandler:
else:
data = self._database[collection_name].find({attribute: {comparison_operator: attribute_value}}, {'_id': return_id}).sort(sort_label, direction).limit(limit)
+ print('THIS IS THE DATA', list(data))
if len(list(data)) == 0:
self._log.warning('No data was found for the query')
return None