Forums de discussion

SearchContainer

vinothkumar k, modifié il y a 9 années.

SearchContainer

Junior Member Publications: 55 Date d'inscription: 26/02/14 Publications récentes
Hi
Can anybody help me ?
In How many places search Container is used .
And if we change the search container functionality will it affect other places ..?
thumbnail
Manali Lalaji, modifié il y a 9 années.

RE: SearchContainer

Expert Publications: 362 Date d'inscription: 09/03/10 Publications récentes
Hi,

What exactly you want to know? Are you trying to override default search container functionality via hooks? If you are trying to override using hooks it shall affect portal/specific site based on customization.
vinothkumar k, modifié il y a 9 années.

RE: SearchContainer

Junior Member Publications: 55 Date d'inscription: 26/02/14 Publications récentes
Hi Manali,
I am using 6.0 version.When i use search portlet ,if i change the items per page value that is not functioning for search port let .Whatever i choose in items per page list always it displaying 20 results only because that is a default value .How do i solve this one .Can u please help me in this issue
thumbnail
Mayur Patel, modifié il y a 9 années.

RE: SearchContainer

Expert Publications: 358 Date d'inscription: 17/11/10 Publications récentes
Hi Vinoth,

You can change delta values in portal-ext.properties as

  #
     # Set the available values for the number of entries to display per page. An
     # empty value, or commenting out the value, will disable delta resizing.
     # The default of 20 will apply in all cases.
     #
     # Always include 20, since it is the default page size when no delta is
     # specified. The absolute maximum allowed delta is 200.
     #
 search.container.page.delta.values=5,10,20,30,50,75


Check this link

Thanks.
vinothkumar k, modifié il y a 9 années.

RE: SearchContainer

Junior Member Publications: 55 Date d'inscription: 26/02/14 Publications récentes
Hi Mayur,
I tried this ,Then also same problem i am facing .In items per page ,values are showing 5,10,20,30,50,75 but when i choose anyone of this in search portlet always 20 results are displaying not changing the values.