UX - Automatic wildcard - Simple Search

How would I intercept this SOAP query being built to say, "If no ending wildcard, add asterisk."

Req URL:[POST] http://localhost/InnovatorServer12/Server/InnovatorServer.aspx

ContentType: XML

Node name, label, with condition="like" (can't post SOAP request here without converting/encoding html entities).
Where, currently (v12sp5), a search term "Product" would not return "Product Management", but the search term, "Product*" would. I believe this wildcard functionality should be built-in/inherent. I'm not the quickest to SHIFT-NUMBER, so maybe that's why it irks me, but also all major search engines support this inherent wild card - so, putting myself in the shoes of someone that just learned to function the interwebz would be confused here, and maybe think something is missing...?