Index Server META Tags Sample Page Incorrect Shows Close Comment Tag

ID: Q170045


The information in this article applies to:


SYMPTOMS

When you perform property queries based on the META tag in HTML files, and you set up the HTML file according to the sample Queryhit.htm file, the Index Server does not return an documents.


CAUSE

The Queryhit.htm sample page (located by default in wwwroot\samples\search\queryhit.htm) has an error in it that prevents the proper cataloguing of META tags. The sample page incorrectly shows the closing tag of an HTML comment as "--!>". The correct closing comment tag for an HTML document is "-->".

Because the Index Server never sees an end to the comment tag, it ignores all of the text following the opening of the comment, including the tags. Consequently, this information is not indexed and will not be returned as a result of a query.


WORKAROUND

Use the proper close comment tag ( "-->").


Keywords          : 
Version           : WINNT: 1.1
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: May 4, 1999