I use the three values (=pages) A
, B
, C
for the property is of type
.
Some pages have exactly one value for is of type
, some pages have all three values.
I want to #ask
for pages that are of type A
without being of type B
and C
.
I tried the following inline query:
{{#ask: [[Is of type::A]] [[Is of type::!B]] [[Is of type::!C]]}}
But it doesn’t work as intended: it lists all pages that are of type A
, including those that are of type B
/C
in addition.