Forums de discussion

Save search terms.

Aldi Tirane, modifié il y a 10 années.

Save search terms.

Junior Member Publications: 25 Date d'inscription: 23/10/12 Publications récentes
Hello to everyone.

I have this question.
I have a <liferay-ui:search-container> and inside it a <liferay-ui:search-toggle>. After submitting the search request the fields in the search form get empty and the user can't see what criteria did he specify for the request. Is it possible to save the search parammeters after submitting the search request for <liferay-ui:search-toggle>.

Thank you for your time.
Aldi Tirane, modifié il y a 10 années.

RE: Save search terms.

Junior Member Publications: 25 Date d'inscription: 23/10/12 Publications récentes
Any hint?

Thank you.
thumbnail
Tejas patel, modifié il y a 10 années.

RE: Save search terms.

Junior Member Publications: 71 Date d'inscription: 24/01/12 Publications récentes
Hey Aldi,

You can save that values in map and pass map back to the page and display it again.
I had same issue and by this way I solved my Issue.
May be this helps you.

Tejas patel
Aldi Tirane, modifié il y a 10 années.

RE: Save search terms.

Junior Member Publications: 25 Date d'inscription: 23/10/12 Publications récentes
Thank you Tejas. i did it the way you explained.