Site Server Search Limited to 63 CharactersID: Q234251
|
There is a 63-character search string limitation in Microsoft Site Server. Long URL strings do not get matched because the search string is truncated after the 64th character.
To work around this problem, modify the code of the search page so that any search on a meta tag is evaluated as follows:
@property \tag\we\are\searching\forThe second query, "#property =", trims the result string to make sure you get an exact match.
-and-
#property = "\tag\we\are\searching\for"
<META NAME="Releases" CONTENT="|Company|Release|B7321, |Company|Release|
B7322, |Company|Release|B733"><META NAME="Product"CONTENT="|
Company|Products|OneWorld|Manufacturing|ManufacturingPlanning|Multiplant,|
JDEdwards|Products|OneWorld|Manufacturing|ManufacturingPlanning|SingleFacility">
and the search is:
(@meta_ContentType CSKnowledge) AND (@meta_Product|Company|Products|OneWorld|Manufacturing|ManufacturingPlanning)
Microsoft has confirmed this to be a problem in Microsoft Site Server 3.0.
Additional query words:
Keywords :
Version : winnt:3.0
Platform : winnt
Issue type : kbbug
Last Reviewed: July 12, 1999