Personal tools

Disable Live Search in Plone





You can disable live search in plone in one of two ways:

1) By going to the Plone preference panel, choosing search settings, then uncheck the 'Enable Live Search' box.

2) Programmatically:

jstool=getToolByName(context, 'portal_javascripts')
jstool.getResource('livesearch.js').setEnabled(False)
jstool.cookResources()




Free link to your website when you post your code