I had add GA4 to a button in my site:
gtag('event', 'Search KeyWords', {
'Keyword': keyword // param
});
In RealTime Report of GA4 , It can display detail of Search KeyWords:
In Engagement -> Event Report of GA4: not display detail of Search KeyWords:
Why does Report of Event GA4 not display detail Information?
In order to see those event parameters in GA4 user interface, you need to create custom dimension for it.