quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

fix(query-documentation): typo range query

Open idrissneumann opened this issue 1 year ago • 1 comments

Description

Fix a typo in this documentation: https://quickwit.io/docs/get-started/query-language-intro

duration:[0 TO 1000] instead of duration:[0 TO 1000}

idrissneumann avatar Oct 15 '24 15:10 idrissneumann

That's not necessarily a typo: [ is for inclusive, { is for exclusive. It'd be better to leave the examples as is and enhance the description.

guilload avatar Oct 16 '24 14:10 guilload