Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dgraph-modus-example/backend/main.go is using un-supported DQL syntx #40

Open
rderbier opened this issue Jan 2, 2025 · 1 comment
Open
Assignees

Comments

@rderbier
Copy link
Member

rderbier commented Jan 2, 2025

	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 !

@johnymontana
Copy link
Member

@StephDietz could you please make sure this was fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants