Personal tools
Home Webmaster Resources Zope/Plone Disable Live Search in Plone

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()

Need assistance with your project? Universal Web Services can help.
Contact us to request a quote.