Search Page Tags for Adaptive Layout
Tag searchsummarydata


Generates the data needed to summarize the search and make various links, and stores it in memory using the variable name specified by the id attribute. The DataObject contains the following variables:
This tag only works with the Search Page Adaptive Layout.


Tag Information
Tag Namesearchsummarydata

Attributes
NameTypeRequiredDefault ValueDescription
groupsstringtruenullThe list of groups; may not exist if there are no groups - check for its existence first.
spellcorrectionsstringtruenullList of spelling corrections, if any. Check for its existence before using it.
breadcrumbsstringtruenullList of breadcrumbs, if any. Check for its existence before using it.
propertiesstringtruenullList of property constraints, if any. Check for its existence before using it.
collabprojectsstringtruenullList of Collaboration project restrictions, if any. Check for its existence before using it.
portletsstringtruenullList of portlet restrictions, if any. Check for its existence before using it.
foldersstringtruenullList of administrative and Knowledge Directory folder restrictions, if any. Check for its existence before using it.
communitiesstringtruenullList of community restrictions, if any. Check for its existence before using it.
objecttypesstringtruenullList of object type restrictions, if any. Check for its existence before using it.
idstringtruenullThe name of the variable in memory where the DO data created by this tag is stored. Specify this ID in the data attribute (most commonly the DATAVAR attribute) for any display tag consuming DO data. Multiple data tags can share the same ID, in which case they are added to a list in the order they were processed.
scopestringfalseportlet requestThe scope used to store the data. See the Logic tag library for a list of all available scopes.


Copyright 2005 Plumtree Software, Inc.