- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: aditional info in summary result

Please look at Section command: 
http://www.dataparksearch.org/dpsearch-indexcmd.en.html#section_cmd
You may use <pattern> and <replacement> to cut out necassery data from your 
pages:

Section GoodName  3  128 "<h1>([^<]*)</h1>" "<b>GoodName:</b> $1"

In this example, the GoodName section will have value of text between <h1> and 
</h1> tags. You may use this value in your template via $(GoodName) 
meta-variable.
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1168052012

Reply via email to