The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XAO::DO::Web::Indexer -- XAO::Web interface for the indexer

SYNOPSIS

<%Indexer
  mode='search'
  index_id='authors'
  orderby='name'
  keywords={<%CgiParam/f name='kw'%>}
  start_item={<%CgiParam/f name='start_item'%>}
  items_per_page='20'
  single.path='/bits/authors/list-single'
  default.path='/bits/authors/list-default'
  header.path='/bits/authors/list-header'
  path='/bits/authors/list-row'
  footer.path='/bits/authors/list-footer'
  ignored.header.path='/bits/common/indexer-ignored-header'
  ignored.separator.template=', '
  ignored.path='/bits/common/indexer-ignored-row'
  ignored.footer.path='/bits/common/indexer-ignored-footer'
  spelling.trigger='3'
  spelling.path='/bits/common/indexer-spelling'
%>

AUTHORS

Copyright (c) 2004-2006 Andrew Maltsev

<am@ejelta.com> -- http://ejelta.com/xao/

SEE ALSO

Recommended reading: XAO::Indexer, XAO::Web::Intro.