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
return fmt.Sprintf(`@filter(
anyoftext(name@en, "%[1]s") OR
anyoftext(genre.name@en, "%[1]s") OR
anyoftext(starring.performance.actor.name@en, "%[1]s") OR
anyoftext(directed_by.name@en, "%[1]s")
using genre.name or starring.performance.actor.name or directed_by.name with a function in the filter is a non-DQL syntax.
Those filters are ignored at runtime !
The text was updated successfully, but these errors were encountered:
using genre.name or starring.performance.actor.name or directed_by.name with a function in the filter is a non-DQL syntax.
Those filters are ignored at runtime !
The text was updated successfully, but these errors were encountered: