Show how many items matched the query

I tried this :

$w('#text96').text = numberOfItems + ' commentaires';

and it worked !

but the thing is it returns the total number of comments, not comments that contain this value :

.contains("reference", $w('#input2').value)

so this line doesn’t seem to work

EDIT : all I needed to do was to put that code in the datasetOnReady, it works now, thanks ! :slight_smile: