[Feature] Search: support natural language dates (e.g. "May 2021", "Mai 2021") #31687
Closed
lucguinchard
started this conversation in
Feature Request
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Allow the main search bar to understand dates typed in natural language and
turn them into a date filter, as Google Photos does.
Examples:
date:2021-05,after:2021-01-01or
before:2021-06-30.Today the search bar is a semantic (CLIP) search over image content, so typing
a date does not filter anything. The date range filter in the search panel
does exist, but it requires opening the filters and picking a start and end
date, which is slow when you just want "photos from May 2021".
Why
frequent pain point for people coming from Google Photos.
several requests to sort search results by date ([Feature] Search should be in date order and have timeline #5728, [Feature] Search Results organized by date (an more) #8377, [Feature] In Search add option to sort by date #26540).
search including dates, which shows there is demand.
Implementation notes
date expression from the query and map it to the existing date filters of
the search API, leaving the remaining text for the smart search.
in French). The parser could follow the language set in the app settings,
or start with English and ISO formats (2021-05) only.
Platform
All reactions