Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:textargument
Argument for the
ics:indexaddtag.Syntax
<ics:textargument name="field name" value="value/>Parameters
name (required)- Name of the field.
 
value (required)- Text string to be added to the search index.
 
Description
The
ics:textargumenttag specifies a text field to be added to a search index created with theics:indexaddtag. This tag is an argument for theics:indexaddtag.errno
None.
Example
The following example adds a record containing a text field called
headlineto the search indexc:/searchidx.<ics:clearerrno/> <ics:indexadd index="c:/searchidx" entryname="A111112" entrydetail="Ohio towns" searchengine="AV"> <ics:textargument name="headline" value="Places I have visited in Ohio"/> <ics:fileargument name="body" value="c:/temp/body.txt"/> <ics:dateargument name="articledate" value="1999-01-29"/> </ics:indexadd> <ics:if condition=<%ics.GetErrno() != 0%>'> <ics:then> Report error </ics:then> </ics:if>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.