-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix date indexing to return more than YYYY
Prior to this commit when the date_created property was indexed, only the year was indexed. If the input was something like "2024-01-01" then `date_ssi` would only be "2024". This commit will index YYYY-MM-DD, YYYY-MM, and YYYY if given. Anything other than those three formats will be indexed as is and won't work correctly with sorting or range queries. Ref: - #973
- Loading branch information
Showing
2 changed files
with
75 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters