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
* Updated Arithmetic functions from old engine to new engine (#235)
* Updated ADD, SUBTRACT, MULTIPLY, DIVIDE, MODULUS to V2 engine
Signed-off-by: Matthew Wells <[email protected]>
* Updated Arithmetic functions from old engine to new engine (#235)
* Updated ADD, SUBTRACT, MULTIPLY, DIVIDE, MODULUS to V2 engine
Signed-off-by: Matthew Wells <[email protected]>
(cherry picked from commit bc39346)
* Updated Arithmetic functions from old engine to new engine (#235)
* Updated ADD, SUBTRACT, MULTIPLY, DIVIDE, MODULUS to V2 engine
Signed-off-by: Matthew Wells <[email protected]>
(cherry picked from commit bc39346)
Co-authored-by: Matthew Wells <[email protected]>
PUT someindex/_doc/doc1
{
"name":"person1",
"roles":["engineer","consultant"]
}
The below returns both engineer and consultant while it is supposed to return only "engineer”.
select distinct roles from someindex where roles like 'eng%'
This bug is also linked to this post https://discuss.opendistrocommunity.dev/t/apply-match-like-query-on-the-result-of-aggregations/7267/5
The text was updated successfully, but these errors were encountered: