Forums de discussion

How to show joined tables query result in search container

thumbnail
Hùng Trần, modifié il y a 6 années.

How to show joined tables query result in search container

Junior Member Publications: 62 Date d'inscription: 20/07/17 Publications récentes
Hello everyone,

I am using LF 7 EE, I am working with a complex query that join many tables and then show result in JSP search container, I searched for it by google but I haven't seen any helpful document, please give me any suggestion.

Thank you so much!
thumbnail
ANKIT SRIVASTAVA, modifié il y a 6 années.

RE: How to show joined tables query result in search container

Junior Member Publications: 76 Date d'inscription: 02/02/11 Publications récentes
You can use Custom SQL to join tables and then retrieve data using Finder classes.
Use *Finder from your service layer and call that from Search container:

http://learnliferaydxp.blogspot.in/2016/12/customsql.html

Thanks,
Ankit
thumbnail
Hùng Trần, modifié il y a 6 années.

RE: How to show joined tables query result in search container

Junior Member Publications: 62 Date d'inscription: 20/07/17 Publications récentes
Hi Ankit,

Thank for your answer, I have already got data by custom sql, but my problem is how can I display it by search container, because as I saw in some example, it only get data from 1 table with one model object, in my case it is many table with many model object.

Regards,
thumbnail
ANKIT SRIVASTAVA, modifié il y a 6 années.

RE: How to show joined tables query result in search container

Junior Member Publications: 76 Date d'inscription: 02/02/11 Publications récentes
Hope this post will help:

https://web.liferay.com/community/forums/-/message_boards/message/24940204

Thanks,
Ankit