ITsVISTA
Information that makes life easier when it comes to installing, managing, and using Windows Vista.
Start About FAQ Blogroll Shop

All tag results for ‘Indexing’

KB940069

August 7th, 2007 · No Comments · 310 views

On a computer that is running Windows Vista, an Indexing Service query that uses the LIKE predicate returns an incorrect result. For example, when you use the following query clause to query for files whose names contain the “doc” string, the result may include some files whose names do not contain the “doc” string.

SELECT Filename FROM Scope() WHERE filename LIKE '%doc%'

Note: This problem does not occur on a computer that is running Windows XP.