Attached a screenshot of workbench query that does not work because all objects containing the word 'TEST' are returned.enter image description here
When you defined m.apms.type in your model, did you turn off tokenization or did you take the default? If you took the default, the string is tokenized and you will not be able to do an exact match with that query.