FIlter entries inside the query

Hi @emiliano , you should be able to do this by changing
annotationArray.join(' ')
to
annotationArray.join('|')

1 Like