mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
478 stars 27 forks source link

Feature request: include all child file classes in a query #559

Open koenbunders opened 5 months ago

koenbunders commented 5 months ago

I have a file class 'project' and a file class 'video'. The parent file class for 'video' is 'project', so that the video's I'm producing are treated as projects as well. When I query for all my projects, the video's are not included. My request would be to make it optional to include all child file classes in a query. Thank you for your great work 🙏

mdelobelle commented 5 months ago

where do you want to get such a query's results?

in a table view you can already include child class files from the parent class by clicking the

image

button