Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:dateargument
Argument for the
ics:indexadd
tag.Syntax
<ics:dateargument name="some argument name" value="date"/>Parameters
name (required)
- Field name.
value (required)
- Date to be added to the search index.
Description
This tag specifies a date argument to be added to a search index created with the
ics:indexadd
tag.errno
None.
Example
The following example adds a record containing a date field called articledate to the search index
c:/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,2006,2007 by FatWire Software
All rights reserved.