diff --git a/rest-api-service/app/api_v1_0/routes.py b/rest-api-service/app/api_v1_0/routes.py
index e71be2ab66ade76eafcc25dade140b56ef04ea6c..0ad20b7a2e76720a4dafed06e48a9a77e5450a40 100644
--- a/rest-api-service/app/api_v1_0/routes.py
+++ b/rest-api-service/app/api_v1_0/routes.py
@@ -523,7 +523,8 @@ def get_suggestions():
             "suggestions": {
                 "terms": {
                     "field": property,
-                    "size": 10000
+                    "size": 10000,
+                    "order": {property: "asc"}
                 }
             }
         }