Fix sync update flow
[aai/sparky-be.git] / sparkybe-onap-service / src / main / java / org / onap / aai / sparky / viewandinspect / search / ViewInspectSearchProvider.java
index 1937891..77c1a69 100644 (file)
@@ -395,7 +395,7 @@ public class ViewInspectSearchProvider implements SearchProvider {
   
   private static final String VIUI_SEARCH_TEMPLATE =
       "{ " + "\"results-start\": 0," + "\"results-size\": %d," + "\"queries\": [{" + "\"must\": {"
-          + "\"match\": {" + "\"field\": \"entityType searchTags crossEntityReferenceValues\","
+          + "\"match\": {" + "\"field\": \"entityType searchTags crossReferenceEntityValues\","
           + "\"value\": \"%s\"," + "\"operator\": \"and\", "
           + "\"analyzer\": \"whitespace_analyzer\"" + "}" + "}" + "}]" + "}";