How to list notes with tags like #C++?

the problem

I have a tag named “#C++” and I wanna list all files that contain this tag.

this is the query :

list
from #C++     

but it doesn’t work

this is The result :

Dataview: Error:
– PARSING FAILED --------------------------------------------------

1 | list
2 | from #C++
| ^
3 |

Expected one of the following:

‘and’ or ‘or’, /FROM/i, EOF, FLATTEN [AS ], GROUP BY [AS ], LIMIT , SORT field [ASC/DESC], WHERE , text

Where is the problem because I always can’t work with this type of tag naming

#C++ is not a valid tag, is it?

But this search works:

```query
#c++ 
```
2 Likes

thank you

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.