I was working through these, but am wondering what the answer would be for the 2nd part of this question:
# Run the next queries on thekibana_sample_data_ecommerce` index
search for documents with the day_of_week field containing the string "Monday"
As above, but sort the results by the products.base_price field in descending order, picking the lowest value of the array`
I was working towards a nested query, but I then saw in 7.2 the sample ecommerce does not contain nested objects, so I was kinda clueless how to get this..
I was working through these, but am wondering what the answer would be for the 2nd part of this question:
# Run the next queries on the
kibana_sample_data_ecommerce` indexday_of_week
field containing the string "Monday"products.base_price
field in descending order, picking the lowest value of the array`I was working towards a nested query, but I then saw in 7.2 the sample ecommerce does not contain nested objects, so I was kinda clueless how to get this..