Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Search document library by document name

  Asked By: Tara Rogers         Date: Jan 09, 2006      Category: Sharepoint      Views: 828
 

I have a sharepoint site containing a document library.
This document library has a number of documents and also a predefined
folder structure. I want to have a search functionality wherein a user
provides a name of the document and it is searched in the whole
document library, a functionality somewhat similar to windows operating
system 'search'.

Tagged:          

 

6 Answers Found

 
Answer #1       Answered By: Kyla Eckert          Answered On: Jan 09, 2006       

On the top right corner of any ListView page is a search  box. That box
is scoped to searching the list that you are on. So, you should be able
to enter the document  name there and get back the results that you are
looking for.

Note, the list search is subsequent to the ListView that you are
searching against. So, the columns that will be returned, their initial
sort order, and the filter that is defined in the view will be used in
conjunction with your search.

 
Answer #2       Answered By: Megan Martin          Answered On: Jan 09, 2006       

I have tried your suggestion and it works fine
but before sometime, a guy told me something about 'crawling' and
'keywords'. What can we achieve using these?

 
Answer #3       Answered By: Donta Kirkland          Answered On: Jan 09, 2006       

Those are SPS Search terms and only available from a SharePoint portal
(or its API).

 
Answer #4       Answered By: Cade Velazquez          Answered On: Jan 09, 2006       

I also believe that the trick that Todd suggested works on the current view of the document  library (i.e. the list). It would not search  in the folder and subfolders... just the current view.

 
Answer #5       Answered By: Ariana Christensen          Answered On: Jan 09, 2006       

When I an trying to search  a file using the search textbox, it shows
document(s) by that name but also shows other lists, etc. How can I
restrict my search results so that it gives me only documents?

 
Answer #6       Answered By: Darrius Whitfield          Answered On: Jan 09, 2006       

If you are getting both listitems and documents, you must be using the
Web search  on the default.aspx page rather than the search box on the
ListView page (like AllItems.aspx).

 
Didn't find what you were looking for? Find more on Search document library by document name Or get search suggestion and latest updates.


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