We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to query files modified from a particular date onwards?
For example, I can do this for everything updated in the past week:
<!-- note-overview-plugin search: updated:day-7 fields: title, updated_time sort: title DESC -->
But is it possible to do change that search for everything modified from 11/20/2023 onwards?
I tried a handful of queries trying to use the moments filter, but I couldn't get the results I was looking for.
The text was updated successfully, but these errors were encountered:
The plugin use the Joplin search/search filters for query data. You can use a date like this: updated:20231120
updated:20231120
Sorry, something went wrong.
Thank you! I thought that would only show files updated on that exact date, guess I should've tested more. Cheers!
JackGruber
No branches or pull requests
Is it possible to query files modified from a particular date onwards?
For example, I can do this for everything updated in the past week:
But is it possible to do change that search for everything modified from 11/20/2023 onwards?
I tried a handful of queries trying to use the moments filter, but I couldn't get the results I was looking for.
The text was updated successfully, but these errors were encountered: