blacksmithgu / obsidian-dataview Public
generated from obsidianmd/obsidian-sample-pluginNew issue
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
Bug: Results change depending on what notes have been selected #176
Comments
|
I wonder what would happen if you searched for the literal string |
|
Hi @ebullient by using the literal string do you mean replacing the Regarding absolute vs relative, in this test vault I have no sub-folders so I'm guessing that that wouldn't change things? So do you have a tag for every project? Ps. if not 100% clear I'm trying our using a |
|
Y. I tend to use tags rather than projects ... #project/A vs #project/B TABLE status from #project/A |
Could you please explain how that works? I'm not using textwrangler but keyboard maestro, but can imagine the same working there too. I think my main concern with the tagging approach is the disconnect between the file name of a project and it's tag. So for example: Within the file |
|
we're off-topic a little, and it is definitely an orthogonal concern. Dataview queries know how to treat tags as a "from". In essence, you would stop caring about the filename with this approach. So it may not work for you. Just proposing an alternative in case it is helpful.
I guess I don't trust the stability of the value associated with |
|
thanks for the suggestions and links - yeah I'm not 100% confident with it at the moment for my tasks. |
|
This seems like an index issue (where dataview is not picking up files for a while, and then suddenly does). Can you reproduce it on the latest obsidian/dataview release? |
|
yup still the same issue on the latest versions |
|
@blacksmithgu and @the-mixx, I'm sorry, I mentioned all of the above before I'd gone and read all of the details re: the new functions. @blacksmithgu .. is it possible to clarify what the link value is when used in a where clause like that? (is it some representation of the file? Is it a string match on the link string? (would it match relative markdown links to the same file?) Would that query work differently using "links to .. " instead of " = " ? |
|
@ebullient - no worries.
I'm not super familiar with the query language, how would you structure such a query? I tried the following: My issue with my example above is that you have to "manually" have to enter the file name in the All that being said, it does seem to be a lot more stable than my original |
|
I just tried this version ... ... and this is displaying the same behavior as my original post. So as you hinted I think the issue is with |
|
Is there any update to this one? |
|
There have been a few substantial index improvements in the months since this was reported - is this still reproducible? |
I just installed dataview for the first time yesterday and I seem to have come across a bug and I thought I’d see if anyone else is having the same issue here - or if I’m doing something wrong.
I’m trying to create a list of tasks within each of my project files where the list only shows tasks associated with the particular project in question.
My metadata in the individual tasks files is as follows:
and the query in each project:
Now this works, but in a very strange way as the results shown change dependent on what files have been selected previously. The video attached shows the behavior:
720.mov
The text was updated successfully, but these errors were encountered: