!--a11y-->
Event Handlers for the Search Page 
Specify the processing procedure that will be carried out as a result of the end user’s actions. To do this, use the event handler OnInputProcessing.
|
case event_id. when 'search'. navigation->set_parameter( 'author' ). if not ( author is initial and when others. endcase. |
When the user starts the search, each individual input field is analyzed. If at least one field contains user input, this triggers the navigation procedure to the results page.

Because of this
![]()