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
I have noticed that sort by random can generate tasks with the same description on any given day.
sort by random
Example query:
sort by random limit 10
For me today is giving:
I want results to be more random, so I get more variety of options in any given day.
The relevant code is line 45 here:
obsidian-tasks/src/Query/Filter/RandomField.ts
Lines 29 to 46 in 6967436
I think it would be worth including the file path in the key, not just the description, for greater diversity of results.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔖 Feature description
I have noticed that
sort by random
can generate tasks with the same description on any given day.Example query:
For me today is giving:
I want results to be more random, so I get more variety of options in any given day.
✔️ Solution
The relevant code is line 45 here:
obsidian-tasks/src/Query/Filter/RandomField.ts
Lines 29 to 46 in 6967436
I think it would be worth including the file path in the key, not just the description, for greater diversity of results.
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: