Examples:
searchItems(
query: {
not: {
property: "P31",
value: "Q5"
}
}searchItems(
query: {
and: [ {
not: {
property: "P31",
value: "Q5"
}
},
{
property: "P123",
value: "Q321"
} ]
}
)- not can only be used inside of and or at the top level
- the - prefix is used to construct the WikibaseCirrusSearch query, see https://www.mediawiki.org/wiki/Help:Extension:WikibaseCirrusSearch