monospaced textSteps to replicate the issue (include links if applicable):
- Submit the following query (beta graphiql)
{
searchItems( query: { or: [
{ value: "pot" },
{ value: "ato" }
] } ) {
edges {
node {
id
}
}
}
}What happens?:
Internal server error
What should have happened instead?:
There should be a validation error saying that the property/value filter is missing a property field.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia): current master