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
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
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