You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created Course Type Entity reference . now I want search with title course type filter.
title filter working fine but course type showing internal server error.
{
nodeQuery(filter: {
conditions: [
{ field: "title", value: "%Diploma%", operator: LIKE },
{ field: "fieldCourseType.entity.entityLabel", value: "graduate", operator: LIKE }
]
}) {
entities {
... on NodeCourses {
title
body {
value
}
fieldCourseType {
entity {
entityId
entityLabel
}
}
}
}
}
}
The text was updated successfully, but these errors were encountered:
I have created Course Type Entity reference . now I want search with title course type filter.
title filter working fine but course type showing internal server error.
{
nodeQuery(filter: {
conditions: [
{ field: "title", value: "%Diploma%", operator: LIKE },
{ field: "fieldCourseType.entity.entityLabel", value: "graduate", operator: LIKE }
}) {
entities {
... on NodeCourses {
title
body {
value
}
fieldCourseType {
entity {
entityId
entityLabel
}
}
}
}
}
}
The text was updated successfully, but these errors were encountered: