How backend function is called on search?
3
I'm working on one JSF application in which search functionality is implemented in one of the module. I tried to find out how this works but couldn't find anything relevant. I've JSF code as below which has search component implemented. <h:panelGroup id="searchBarWrapper" styleClass="search-bar#{ciUser.patient ? ' search-no-filters' : ''}" layout="block"> <h:inputText id="contentTextSearch" styleClass="form-control search" pt:data-loader="false" value="#{contentView.freeText}" pt:placeholder="#{uiBundle['content.search.placeholder']}" pt:data-change-event="keydown:13,blur" pt:data-click-success=...