Hide video from users who have already watched.

a filter that when comparing that in the two datasets there is an item with the same title, this is not presented to the user.

I mean, you go to the next video and you can’t see the previous one.

import wixData from ‘wix-data’ ;

$w( ‘#dataset1’ ).setFilter(wixData.filter()
.contains( “visto” , $w( ‘#input6’ ).value) )})