For this case the query should be like
{
items(func: anyofterms(ItemInterface.name, "test")) {
ItemInterface.name
}
}
For this case the query should be like
{
items(func: anyofterms(ItemInterface.name, "test")) {
ItemInterface.name
}
}