Exact match in name when searching workdrive

Exact match in name when searching workdrive

Hello,

I am wondering how to search workdrive files/folders with an exact match in the name. For example, when I search across folder with the url param search[name]=someName, I get multiple results such as "someName", "someNameAndMore", or "someName with spaces" when I'm really only looking for "someName".

It seems that surrounding someName with double quotes (search[name]="someName") seems to reduce the number of results, but I still get for example "someName" and "someName with spaces".

In other words, what is the required syntax for getting an exact match for the query in 
search[name]={query}?

Thanks