You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running across a few test cases where the following error is not making sense to me.
The first example includes a [.] in front of foo. In this case, there is an error that states that there cannot be a [.] at the beginning of the object field:
#Elasticsearch version: 6.2.1
Plugins installed: None
JVM version: 1.8.0_131
OS version: MacOS 10.13
I am running across a few test cases where the following error is not making sense to me.
The first example includes a [.] in front of
foo. In this case, there is an error that states that there cannot be a [.] at the beginning of the object field:Input:
Output (Error):
This makes sense according to the error.
The second example includes a [.] after
foo. In this case, there is no error.Input:
Output (Success):
Get (The [.] is included in the field name):
I was looking at the following GitHub / Elasticsearch Discuss Posts
Based on these, it seems like the second example should be throwing the same error as the first example.