How to search inside of a search container in liferay

妖精的绣舞 提交于 2019-12-13 04:24:49

问题


I have a search container that shows data from database. I want to put some input at top of it and search inside search container by this words. Please give me some example to do this ...


回答1:


search container is a taglib that generates a certain HTML output and helps you to organize data in a way that results in a UI similar to that of Liferay itself.

There's no inherent "searchability", just because of the name. Further, it depends on what exactly you intend to do when you "search in search container": Do you need Ajax or do you just want to search in the currently displayed page?

Based on the underlying amount of data and the nature of it, my recommendation what to do would change. But "search container" is the wrong point to start looking for the solution IMHO



来源:https://stackoverflow.com/questions/20513449/how-to-search-inside-of-a-search-container-in-liferay

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!