Posted By: jmazner | Jun 20th, 2006 @ 1:39 PM | 28,159 Views | 11 Comments
Ian Griffiths, dev trainer extraordinaire, recorded a series of "how-to" videos for us, each one demonstrating how to write code that takes advantage of a feature of the Windows Vista platform.  Here's the first in the series -- how to issues queries against the desktop search engine.

[Update: the second installment, How To: Use Vista's Power Management APIs To Be A Good Laptop Citizen is now up]
Media Downloads:
Rating:
0
0
littleguru
littleguru
<3 Seattle
Is this going to be encapsulated in any way? I find it to rough to deal with the Windows database in this way.

Btw. Is there a way to get the different columns of a document? I mean in the example with the pictures it is great, but for other documents?
footballism
footballism
Another Paradigm Shift!
Good to see Ian's awesome screencast, but where can I get the source code of demo app shown in the video?

Sheva
littleguru
littleguru
<3 Seattle
Let the sql injection begin:

{"The ICommandWithParameters interface is not supported by the 'Search.CollatorDSO.1' provider.  Command parameters are unsupported with the current provider."}
littleguru
littleguru
<3 Seattle
footballism wrote:
Good to see Ian's awesome screencast, but where can I get the source code of demo app shown in the video?

Sheva


Copy and past his second post?

btw, how to extract/change metadata from files in Vista?

EDIT: nevermind

this video file is corrupted. it starts choppy & then stalls. why? maybe C9 should be using a standard format like isma.tv
Great sample, thanks for sharing it.

The query is searching in the Windows Index database (FROM SYSTEMINDEX..SCOPE).
If, let's say, I don't have my D: drive indexed, how do I perform a search on this drive as well. There is possible to have a syntax like this:

SELECT "System.FileName" FROM "D:\"..etc?

Thanks,
Alin
Microsoft Communities