Wild card queries not working and behavior is not consistent among different cloud/CSP environments
In documentation https://community.opengroup.org/osdu/platform/system/search-service/-/blob/master/docs/tutorial/SearchService.md It is mentioned that Leading wildcards are disabled by Data Ecosystem Search. So I would expect the wildcard at the end and in middle to work. When running in all the different cloud/CSP environment this is what I am noticing On GCP wildcard is not working in middle as well as at the end On AWS, Azure, and IBM, wildcard at the end ["query": "(data.Name:("AKM-11 "))"] is working but in the middle ["query": "(data.Name:("AKM- LOG"))"] is NOT working Attaching the work doc with curl command and the response getting on GCP