This is my query:
{{#ask: [[Label::Test]]
|?Label
|?Text
}}
and these are two subobject on the same page
{{#subobject::
|Label= Test
|Text= text
|Date= Dec 4 2020
}}
{{#subobject::
|Label= Test2
|Text= text2
|Date= Dec 4 2020
}}
The query would show both subobjects, Is there any way to make a query show only subobjects that have a specific label (In this case 'Text')?