Skip to content

Date range autocomplete doesn't seem to work for created_at #1312

@duckduckgrayduck

Description

@duckduckgrayduck

Haven't investigated it further, but it doesn't seem to be applying correctly when I use the calendar to set the date ranges.

If it's helpful in the documentation it shows what that query being passed to Solr would look like

  • Find all documents uploaded by user 102112 uploaded between 2024-01-01 and 2024-01-31.

    +user:102112 created_at:["2024-01-01T00:00:00Z" TO "2024-01-31T00:00:00Z"]

Obviously that's not how it has to look on the frontend, but it needs to include the T00:00:00Z to be parsed correctly by Solr

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions