Hi Ashokkumar Viswanathan,
Actually we do not need 'search'. We would like to add our custom commands like 'translate' selected text and others.
So we need to implement our custom handlers when custom items like 'translate' is selected.
For example, we added programmatically several custom items in context menu such as 'translate', 'add to dictionary', etc.
Then the user selects sentence, and context-menu appears which includes custom items such as 'translate', 'add to dictionary' and others.
When the user clicks on a custom item 'translate' we need to handle it (with selected text) and implement our own custom logic.
So we suggested previously to have the option to add text items to the default context menu (with the TapEvent which we can handle).
Does it make sense?