Foros de discusión

SearchContainer

vinothkumar k, modificado hace 9 años.

SearchContainer

Junior Member Mensajes: 55 Fecha de incorporación: 26/02/14 Mensajes recientes
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, modificado hace 9 años.

RE: SearchContainer

Expert Mensajes: 362 Fecha de incorporación: 9/03/10 Mensajes recientes
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, modificado hace 9 años.

RE: SearchContainer

Junior Member Mensajes: 55 Fecha de incorporación: 26/02/14 Mensajes recientes
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, modificado hace 9 años.

RE: SearchContainer

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
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, modificado hace 9 años.

RE: SearchContainer

Junior Member Mensajes: 55 Fecha de incorporación: 26/02/14 Mensajes recientes
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.