FWIW, this doesn't seem to be the behaviour I'm seeing; we get matches as if there's no anchor at the end:
==> {"id":"7","method":"search.findMemberDeclarations","params":{"name":"doT"}}
<== {"id":"7","result":{"id":"1"}}
<== {"event":"search.results","params":{"id":"1","results":[{"location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":84,"length":7,"startLine":6,"startColumn":3},"kind":"DECLARATION","isPotential":false,"path":[{"kind":"METHOD","name":"doThing","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":84,"length":7,"startLine":6,"startColumn":3},"flags":0,"parameters":"()","returnType":"dynamic"},{"kind":"CLASS","name":"Danny","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":73,"length":5,"startLine":5,"startColumn":7},"flags":0},{"kind":"COMPILATION_UNIT","name":"danny.dart","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":0,"length":0,"startLine":1,"startColumn":1},"flags":0},{"kind":"LIBRARY","name":"","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":-1,"length":0,"startLine":1,"startColumn":0},"flags":0}]},{"location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":313,"length":7,"startLine":21,"startColumn":3},"kind":"DECLARATION","isPotential":false,"path":[{"kind":"METHOD","name":"doThing","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":313,"length":7,"startLine":21,"startColumn":3},"flags":0,"parameters":"()","returnType":"dynamic"},{"kind":"CLASS","name":"Danny2","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":301,"length":6,"startLine":20,"startColumn":7},"flags":0},{"kind":"COMPILATION_UNIT","name":"danny.dart","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":0,"length":0,"startLine":1,"startColumn":1},"flags":0},{"kind":"LIBRARY","name":"","location":{"file":"m:\\Coding\\Applications\\NewsWoWBot\\bin\\danny.dart","offset":-1,"length":0,"startLine":1,"startColumn":0},"flags":0}]}],"isLast":true}}