Skip to content
New 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

Nested tag support for querying #159

Closed
treardon17 opened this issue Apr 24, 2023 · 2 comments
Closed

Nested tag support for querying #159

treardon17 opened this issue Apr 24, 2023 · 2 comments
Labels
p1 High

Comments

@treardon17
Copy link

Hi there! First off thanks for such an awesome plugin 💥

I'm trying to come up with a good workflow for tracking my travels. Currently I have a folder named "Activities" where I put all of my travel notes. Each activity note has a nested tag (ie. activity/food, activity/hike) but none of the activity notes have the top level activity tag on them. I also have a folder named "Places" where I put all of the places I want to go or am interested in. I would like to have a map of all the places I've had an activity, and a different map describing all of the places I want to go.

Based on how the dataview queries work, I expected a configuration like this to show all notes tagged with activity (including nested tags):

{"name":"Default","mapZoom":1,"centerLat":41.244517994223585,"centerLng":-37.26562500000001,"query":"tag:#activity","chosenMapSource":0}

Unfortunately, this only queries for notes that have exactly activity as a tag. I ran across this issue #10 and was hoping since other people are using nested tags this would be a nice feature to complement nested tag support for icons.

@esm7
Copy link
Owner

esm7 commented May 1, 2023

You're right, tag wildcards work for icons but not for queries, and that's an annoying gap that I want to close soon. Will fix.

@esm7 esm7 added the p1 High label May 1, 2023
@esm7
Copy link
Owner

esm7 commented May 10, 2023

Added in 3.0.2.

@esm7 esm7 closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High
Projects
None yet
Development

No branches or pull requests

2 participants