Desktop search for file names... how?

Hallo everyone,

I just installt MS Desktop search to my computer, and it is working just fine, exept fpr the fakt that it somehow can't search the ordenary file names.
I can search inside the Dokuments, but as soon as only the file name contains the wanted result the search fails.
Can anybody tell me what I'am doing wrong?
Thanks in advance.
[801 byte] By [Maeveana] at [2007-12-24]
# 1

Maeveana,

Windows Desktop Search should be able to search by file name without a problem. Here are some search tips that may help.

If you know the exact file you are looking for you can use the following syntax:

filename:file you are looking for

Example - if you are looking for a file named computerdata.exe you would use the following syntax

filename:computerdata

In the event that the above isn't working for you please provide me with some of the specific file names and types that you are unable to search for by file name. It may help me pinpoint the problem.

Paul Nystrom - MSFT

PaulNystrom-MSFT at 2007-10-7 > top of Msdn Tech,Windows Search Technologies,Windows Desktop Search Development...
# 2
Hello,
tanks for you interest.
After a few experiments and an Update on DS I am a bit wiser, but still not enough.

We wanted the Desktop Search for a knowledge-Base at our company.
I have alredy configured DS to the directory in question.
For better search we have Filenames that contains normaly LOTS of keywords.
But for the tests I did, I did chose somthing simple.
For exampel:
A Folder named TVOED 2005 contains Files named

  • 02 Neue_TVoeD_Entgelttabelle.pdf
  • zumtvoed.exe
  • TVoeD.chm
  • 01 tvoed-dbb.pdf

If I type "voed" into the serchbar nothing is found.
If I try "tvoed" DS finds al the filds (except the exe) and the Folder.
Another example:
A Folder contains Files named
  • pmp-Langzeitstudie Peter Milde Strategy Consulting Patit?tische ?rzte Krankenhaus DPWVArbeitszeitbelastung und Vergütungsproblematik im ?rztlichen Dienst.pdf
  • 03 Kommentierung Praxisvertrag Neutralisiert.doc
  • etc.
If I type "langzeitstudie" DS finds the first File and an Excel File that has nothing to do with "langzeitstudie" whatsoever. Not in the Document, not in the Metadata, nothing. I have no Idear why it showed up.
I asume that DS can only find full words. Which is a bit of a handicap when you serch for something you don't kow the exact word (Arbeitsvertrag? Vertrag? Mitarbeitervertrag?...)
Yet why the other file?
We want to serch for Metadata (Dateieigenschaften) in tif (etc) also.
How do I configure the search-parameter in order not to get owerwhelmd by unwanted fils?
I have alredy reduced the "text-files" in the DS Options to:
.doc;.pdf;.txt;.url;.xls;
Can you tell me how the search-routine works?
What exaktly means it to index a filetype?
How do I get DS to serch for keywords in tif - Metadata?
Thanks again


Maeveana at 2007-10-7 > top of Msdn Tech,Windows Search Technologies,Windows Desktop Search Development...
# 3

Hello Maeveana,

You can search successfully on the above by doing the following:

Instead of searching for file:voed, search for file:*voed This places a wild card at the beginning stating that voed could be part of a single "word" and that there could be additional letters/numbers before voed. You can also place a wild card at the beginning and end - telling WDS that there may be additional letters before and after voed. Doing this should reveal results on all of the files you list above.

As for why you are pulling up an Excel file that does not contain your search term, it is likely that the Excel file contains a link to another file that does contain your search term.

To address your question regarding .tif property searches, WDS automatically indexes the metadata of .tif files. You can restrict search results to .tif files using the "ext" keyword in your search. For example,

Searchterm ext:tif

In regard to what it means to index a file type, we simply mean that WDS will index certain "types" of files. For example, .doc, .xls, .pdf are all file types. For files with textual/numerical content (.txt, .doc, .xls), we generally index the full content (up to two megabytes) of the file. For files with media conent, (.gif, .tif, .mpeg) we index only metadata. Some media content files (.pdf for example), can be indexed through the use of certain IFilters.

As for how the actual search routine works, I'll have to check and see exactly how much of that information can be revealed to the public. Perhaps we can post some of it in one of our blogs.

Paul Nystrom - MSFT

PaulNystrom-MSFT at 2007-10-7 > top of Msdn Tech,Windows Search Technologies,Windows Desktop Search Development...