i want to search for a particular keyword in articles which are stored as html pages from the front end which is in vb
my search requirments are such that it has to search through the entire content of the article and return the article title.the path is stored in the backend(sql)also the url of the html pages are stored in the backend.these two records are in two different table.i need to do a search
criteria being match exact.how do i do it
my search requirments are such that it has to search through the entire content of the article and return the article title.the path is stored in the backend(sql)also the url of the html pages are stored in the backend.these two records are in two different table.i need to do a search
criteria being match exact.how do i do it