-
Hi, I'm just wondering if there is a way of filtering based on date and time range? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, right now you can store date in a timestamp format as integer and use range filter for that. Support for more convenient date handling will definitely be added later. If you have any specific feature request you are welcome to describe it here or in the issues section |
Beta Was this translation helpful? Give feedback.
-
Hi @generall Is there any news about support for date and time in the payload? What about having a dedicated index? |
Beta Was this translation helpful? Give feedback.
-
Qdrant 1.8 supports a date time index: https://qdrant.tech/documentation/concepts/payload/#datetime Alternatievely you can use a timestamp with an integer index as described here: https://github.com/orgs/qdrant/discussions/43#discussioncomment-911581 |
Beta Was this translation helpful? Give feedback.
Qdrant 1.8 supports a date time index: https://qdrant.tech/documentation/concepts/payload/#datetime
Alternatievely you can use a timestamp with an integer index as described here: https://github.com/orgs/qdrant/discussions/43#discussioncomment-911581