2 de agosto de 2009

Quick Search con JQuery y Gratis!

Jan Tielens como siempre nos regala una nueva funcionalidad para SharePoint, en esta oportunidad en base a JQuery y es una herramienta que nos permite mejorar las Busquedas en nuestros sitios, con un mini Box para realizar busquedas en nuestros portales.

Aqui un Ejemplo :

SharePointQuickSearchWebPartDemo

  1. Download the code file here.
  2. Add a new Content Editor Web Part, which is available in SharePoint out-of-the-box, to a page.
  3. Modify the newly added web part, use the Source Editor button in the properties task pane to add the downloaded code.
  4. Optionally you can give the web part a meaningful Title in the Appearance group (e.g. Quick Search).

When you check out the code, notice that the first line is a reference to the jQuery library, hosted on Google’s servers. If you plan to use this in production, I’d recommend you to host the jQuery library in your own environment so you have to update the reference with your own URL.

Tengan especial atencion al idioma en el cual estan pensando implementar esta funcionalidad, ya que si no es ingles, hay que hacer algunas modificaciones tal como esta especificado en el Articulo.

Tambien tengan en cuenta que esta funcionalidad es exclusiva para SharePoint SERVER.

No hay comentarios.: