diff --git a/app/components/live/get_objects.js b/app/components/live/get_objects.js index 6864940..37e125a 100644 --- a/app/components/live/get_objects.js +++ b/app/components/live/get_objects.js @@ -3,7 +3,7 @@ angular.module('adagios.live') .constant('filterSuffixes', { contains: '__contains', - has_fields: '__has_field', + has_field: '__has_field', startswith: '__startswith', endswith: '__endswith', exists: '__exists',