aseek-devel  

[aseek-devel] suggestion: configurable meta-tag indexing/searching

Markus . Rietzler
Fri, 27 Sep 2002 00:34:12 -0700

hi,
we are considering using aspseek in our intranet. but for this we need
meta-tag indexing.
all our documents have a set attributes, these attributes are exported as
meta-tags in html-files,
like author, location, department and several more.
it would be great to search for this attributes/meta-tags. so i am wondering
how much work it is to add this functionality to aspseek. i thought of
adding two more tables

tblMetaTags
        id, meta-tag

eg.
        1       author
        2       location
        3       department
        (...)

tblMetaIndex
        urlID   metaID  content

eg.
        105     1               Markus 
        105     2               Germany
        107     1               Markus 
        233     1               Kir

i only had a short look into the sources. but i think that this should work.

any ideas?

mfg

Markus Rietzler
* <rietzler_software/>
* RZF NRW
* Tel: 0211.4572-130


  • [aseek-devel] suggestion: configurable meta-tag indexing/searching Markus . Rietzler