According to U.O. Telematica Municipale - Comune di Prato:
> Is it possibile to set any META Tags inside the document and use htsearch
> to search a value directly into it. I try to explain myself with an example:
> 
> I create an HTML this way:
> 
> <HTML>
> <HEAD>
> <META NAME="FIRST_NAME" CONTENT="XXXXXXX">
> <META NAME="DATE_OF_BIRTH" CONTENT="YYYY/MM/DD">
> </HEAD>
> Text ....
> 
> ....
> 
> </HTML>
> 
> 
> Then, after indexed the documents inside the db and have stored this METAs,
> use htsearch searching for them by putting the same variable names inside
> the form.
> 
> For example:
> 
> <INPUT TYPE="text" VALUE="" NAME="FIRST_NAME">

It seems something similar to this has been discussed before.  If I
recall, the only way to do it now, would be to maintain separate
configuration files and databases for each different META tag you'd
need to search.  In each of these configuration files, you'd need to
set keywords_meta_tag_names to the tag you want, e.g.:

        keywords_meta_tag_names: first_name

and set all factors other than keywords_factor to 0, then run
htdig/htmerge, using each of these configuration files.  Your search
forms for htsearch would have to pick the configuration file appropriate
for the META tag you want to search.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to