chore(docs): add missing `search: ''` on `remotePatterns` (#73925)
We typically add `search: ''` on `remotePatterns` to disallow the query
string, which is the most common case.
There were a few missing places in the docs so this PR fills in those
gaps.