Livesearch Macro

Name Livesearch Macro
Vendor Atlassian Software Systems (Website)
Authors Atlassian Developers
Homepage http://confluence.atlassian.com/display/CONFEXT/Livesearch+Macro
Issue Management http://developer.atlassian.com/jira/browse/LIVESEARCH
Categories Macros
Version 2.7
Availability Confluence v2.9-m2-r2 to v2.9-m5
State Stable
Support Atlassian Supported Plugins
License Freeware / Open Source (BSD)
Price Free
Release Docs n/a
Java API Docs n/a
Download Source http://svn.atlassian.com/svn/public/contrib/confluence/confluence-livesearch-plugin/tags/confluence-livesearch-plugin-2.7/
Download JAR confluence-livesearch-plugin-2.7.jar

Compatibility With Confluence

Plugin Version 2.6.2 2.7.3 2.8.1 2.9 Tested
2.6
2.7  

Description/Features

This plugin makes it possible to search for Confluence content, from Confluence content. Matching search results are shown in a drop down as you type. This allows for speedy and handy search from almost anywhere in Confluence.

Usage

Just include {livesearch} anywhere in your Confluence content, save it and the search box can be used! For instance, insert the following wiki markup into a Confluence page.

{livesearch}

That will give you a search box once the page is saved.

Advanced Usage

You can specify parameters to the macro to refine your searches. The following are the supported parameters.

  • id – To uniquely identify the livesearch when there are multiple livesearch macros in one page.
  • spaceKey – This option searches within a single space.

Plugin Versions

Version Date State License Price
Show description 2.7 (#2) 02 Jun 2008 Stable Freeware / Open Source (BSD) Free

Release Notes
function initializeColumnWidth(columnArray) { var columnWidths = {}; if (columnArray == undefined || columnArray.length <= 0) return columnWidths; // compute for the space that can be allocated, the overhead of the columns are also accounted for var spaceRemaining = getWindowWidth() - (37 + (columnArray.length*11)); var hasSummary = false; var columnsWithWidth = 0; var otherColumnWidth = 140; // set the widths for columns with default column width for (var i=0; i columnsWithWidth)) { otherColumnWidth = spaceRemaining / (columnArray.length - columnsWithWidth); // adjust the size the columns with for (var i=0; iJira Issues', page: 1, useRp: false, rp: 1000, showTableToggleBtn: true, height: 160, onSubmit: onSubmitFunction_jiraissues_0, onError: onErrorFunction_jiraissues_0, onReload: onReloadFunction_jiraissues_0, errormsg: 'Connection Error', pagestat: 'Displaying {from} to {to} of {total} items', procmsg: 'Processing, please wait...', nomsg: 'No items' }); });

Contributors

  • Atlassian Developers — Developer

Show description 2.6 (#1) 21 Oct 2007 Stable Freeware / Open Source (BSD) Free

Release Notes

Contributors

  • Atlassian Developers — Developer

Open Issues

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.