cm:name is a tokenized field so I don't think you can do an exact match against it. You could:
1. create an additional property that's not tokenized 2. write a behavior or similar to sync the data into the new field 3. search on the non-tokenized field.