When you publish your collection, an XML file
containing item information is created and published
along with the website. You can then load this
XML file in a script and perform a search on the
contents.
Sample XML:
<?xml version"1.0" ?>
<SearchItems>
<Item>
<Parent>Advanced
Features</Parent>
<Title>Keyword
Generator</Title>
<Keywords>Generator
Automatic Item Creation</Keywords>
<Link>Data/keywordgen.htm</Link>
</Item>
</SearchItems>
To create your own, simply create a new script that
can take a search phrase, load the XML file, perform
the search and create output for the results.
This can be in any language that your server can
execute.
To add your search type so the plugin picks it up,
create a new folder with the search type name under
the AdvSearchTypes folder where the plugin was
installed (This is usually the same place Collection
Creator was installed). Add your search script
to this folder. The next time you run the Advanced
Web Publisher, you should see your search type in
the list.