search: fix regex syntax example
Created by: rvantonder
Noticed this placeholder is doing /*
which resembles globbing, but since it's regex we should stick to /.*
(IIRC this example was just carried over from old code, just fixing as I see it).
Test plan
Just updates a placeholder value, no semantic change. Checked manually.
App preview:
Check out the client app preview documentation to learn more.