Hello,
I tried the following query to see the searched field and also the _score but the tool only displays the address field.
SELECT address,_score FROM bank
WHERE address = matchQuery('880 Holmes Lane')
ORDER BY _score desc limit 3
Is there a way to display also the _score field in result table?
BR