Skip to content

Can't manage to make the request i need #1528

Answered by wcastand
wcastand asked this question in Questions
Discussion options

You must be logged in to vote

i manage to get the result i wanted with this request and then in my code i filter the review that have a feedback.

	supabase
			.from('reviews')
			.select('*, feedback (rate, content, creator (username), reviews(target(username)) ), target(username)')
			.contains('reviews.reviewers', [user.id])
			.eq('feedback.creator', user.id)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wcastand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant