fix filter for measures on page
Before contains() was used but this produces too many matches if the IDs contains floating numbers (multiple matches). Now the exact id must occur for a match.
Before contains() was used but this produces too many matches if the IDs contains floating numbers (multiple matches). Now the exact id must occur for a match.