Re: Searching "subject" field of doc?


Go Back   Computer Help Articles > Windows XP General
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:28 AM
Keith Miller
 
Posts: n/a
Default Re: Searching "subject" field of doc?

You can use the built-in indexing service. The following is a quick overview. Read the help files for more info.

Administrative Tools - Computer Management

Comp Mgmt(Local) -> Services & Apps -> Indexing Service - System - Properties

Scroll down the list until you see "DocSubject" in the Friendly Name column. Right-click this entry & select Properties. Check the box to cache this info & click OK.

Right-click the "Indexing Service" entry in the left-hand pane. Stop the Indexing Service. Restart the Indexing Service.

Get some sleep while Windows rebuilds it indices

Then use:

Comp Mgmt(Local) -> Services & Apps -> Indexing Service - System - Query the Catalog

click 'Advanced query' and use format such as:

@DocSubject keyword

this will give you a list of all docs whose subject contains "keyword"

@DocSubject = keyword

will only give those docs where the complete subject text is "keyword"

Good Luck,
Keith


"Ken" <allstates[no_spam]air@yahoo.com> wrote in message news:ufRMvU8CGHA.3140@TK2MSFTNGP14.phx.gbl...
> XP Pro, SP2
>
> Some of my documents have entries under the "Subject" portion of Document
> Properties. In Windows Explorer, the Subject field is visible.
>
> Is there a way, using XP's search function, to search across directories for
> all documents containing a specific word in the Subject field? (Of course,
> if I know what directory I need, I can just sort by subject. But what if I
> need to search more than one directory?)
>
> Thanks.
> Ken
>
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-complete in Address field NOT FUNCTIONAL Stacy Masiero Outlook Express 4 01-05-2006 04:57 PM
IE Search field can't be accessed JohnM Internet Explorer 6 3 01-05-2006 04:31 PM
Searching with Keywords Sue Garnet Windows XP Photos 0 01-05-2006 07:09 AM
Can I include a variable in the target field of the shortcut properties? rkc444 Windows XP Customize 1 01-05-2006 06:30 AM
shorten searching for DC timeout PJ Windows XP Security Admin 1 01-05-2006 04:21 AM


All times are GMT. The time now is 01:20 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Re: Searching "subject" field of doc?