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
Relates to trustification#934
We resolve dates or times relative to the missing complement in the
fields OffsetDateTime value, essentially allowing one to easily filter
on naive dates and times.
We also enable the LIKE operator for Dates, such that `published~2021`
would work, for example.
Signed-off-by: Jim Crossley <[email protected]>
Relates to #934
We resolve dates or times relative to the missing complement in the
fields OffsetDateTime value, essentially allowing one to easily filter
on naive dates and times.
We also enable the LIKE operator for Dates, such that `published~2021`
would work, for example.
Signed-off-by: Jim Crossley <[email protected]>
This is mostly to support the analysis module, applying the same query language we use for seaorm conditions to petgraph filters.
The text was updated successfully, but these errors were encountered: