MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Search SP doc lib using custom-created column

  Asked By: Paul Kilfoil         Date: Jun 26, 2011      Category: MOSS      Views: 1679
 

I have created a custom column called "CaseCode" which will be associated with every document that is uploaded into the SharePoint 2010 document library. I need to be able to search for documents in the doc library on the CaseCode value (which will not be unique) using SP web services from a .NET DLL. The result set will be displayed on a web page.

I have successfully managed to connect to SP's "Search" web service and perform a search, but no matter what I do the result set is always empty (or the XML says "no results found"). No errors, it just never finds any of the existing docs in the library.

What am I missing? Surely it must be something very simple? How do you specify a custom column in the "Search" service? Any help appreciated!

Tagged:                

 

1 Answer Found

 
Answer #1       Answered By: Victor Shamanovsky          Answered On: Jun 27, 2011       

I believe this should help:

https://www.nothingbutsharepoint.com/.../...hout-Code.aspx

 
Didn't find what you were looking for? Find more on Search SP doc lib using custom-created column Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].