InterviewSolution
| 1. |
How Can You Customize Liferay Search Feature? What Are The Apis To Do It? |
|
Answer» We can customize Liferay SEARCH feature, depends upon our REQUIREMENT by below two WAYS. HOOK : If changes are required as PER the view side like we need to change the search result form view then we can write the Hook to customize it. EXT : If changes are required as per the core functionality like we need to change the search query term, we can implement EXT. We can customize Liferay Search feature, depends upon our requirement by below two ways. Hook : If changes are required as per the view side like we need to change the search result form view then we can write the Hook to customize it. EXT : If changes are required as per the core functionality like we need to change the search query term, we can implement EXT. |
|