Keyboard shortcut directly to "Advanced Find?"

Anyone know if there is there an existing external keyboard shortcut directly to “Advanced IFind” on iPadOS?

If not, a way to create one?

(I did examine the Find action, but the short script didn’t show an obvious way to work around.)

You want:

editor.showFind(true)

The editor.showFind function can take an optional boolean to prefer the advanced find UI.

Updated the action; works great. Thank you.