Query with paths won't work

Hello,

What I’m trying to do

I’m fairly new to Obsidian and I’m trying to organize my daily tasks in particular. This includes a report in a weekly review as well as a weekly preview.
I’ve also enabled the “Daily Notes” and “Tasks” features using the “Templater” plugin.

Here’s an example of what works:

due today
not done

But what I haven’t been able to figure out are paths in the Vault or queries.

Things I have tried

E.g. I have a Path of ‘\Me\Dissi\{Work,PR,ToDo}’. Each of this MD files has properties with tags, e.g. universal-robots. My query within Todo is

```query
tag:robots
path:Me/Dissi
```

Even only ‘tag:universal-robots’ doesn’t show any results - but there are something below this tree.

Or, for Daily Notes, e.g.

```tasks
due today
path does not include "Archive"
not done
sort by urgency
sort by priority desc
hide task count
```

also shows nothing and I know there is something.

Is there something I have to take about?

How to get the tasks from last, current and next week?

Thanks,

Olaf

Is there no way to edit afterward? The tag robots and universal-robots are the same, incomplete renaming …

Even only ‘tag:universal-robots’ doesn’t show any results

Are you adding the tags manually (or via template) to properties and using a hash mark?

tags: 
- #universal-robots

If so, you need to quote them.

tags: 
- "#universal-robots"