Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

My problem is, I want to search SharePoint Document Library Document by Its content,

as a Example,

There is book in SharePoint document library its named "Vehicle Details",
Its content includes information About vehicles,
So when i enter some text in text box i want to search that Content included document with its page.

if any body knows this please help me,
Thanks,
Udara
Posted
Updated 9-Mar-16 15:47pm
Comments
Wessel Beulink 12-Nov-15 10:23am    
Step 1 is to get this "content" (from your documents) inside your program. Way to go is converting the sharepoint text into xml. But you need to figure that out. You are not able to check the content of a sharepoint directly. You can also make a program which convert oustide your search program. whenever you add something to the map make the application save the content. whenever you need something get the info by calling the program with some params
Wessel Beulink 12-Nov-15 10:25am    
Or set it into html pages. There bunch to find online for things like this. Just find a nice way to convert the sharepoint
Udara Eshan Ariyarathne 12-Nov-15 22:58pm    
Have you any code sample for this ?
Udara Eshan Ariyarathne 12-Nov-15 22:58pm    
Have you a any code sample for this ?
Sinisa Hajnal 13-Nov-15 6:31am    
You could try to setup Sharepoint search engine to look into your files. Then you call SPServices and leverage inherent power of the platform. You just have to find the documents it returns. There is some work in setting it up well, though.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900