Comments on: jQuery – List and Document Library Filter Version 2.0 – Part 2 http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 21:17:12 -0500 hourly 1 By: Julie http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-102897 Julie Thu, 30 Sep 2010 17:50:39 +0000 http://www.endusersharepoint.com/?p=3510#comment-102897 When I enter text into the filter box and click the "Filter List" button, the document libraries don't react. The full list of documents stays visible whether the text metadata matches the criteria I entered or not. However, a list on the same webpart page will filter to dispay only items that contian the criteria. When I enter text into the filter box and click the “Filter List” button, the document libraries don’t react. The full list of documents stays visible whether the text metadata matches the criteria I entered or not. However, a list on the same webpart page will filter to dispay only items that contian the criteria.

]]>
By: Peter Allen http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-102892 Peter Allen Thu, 30 Sep 2010 16:39:19 +0000 http://www.endusersharepoint.com/?p=3510#comment-102892 What do you mean by it does not work? What is or is not happening? What do you mean by it does not work? What is or is not happening?

]]>
By: Julie http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-102879 Julie Thu, 30 Sep 2010 14:49:56 +0000 http://www.endusersharepoint.com/?p=3510#comment-102879 Hi Peter, I downloaded version 2.2 from bitsofsharepoint.com. It works wonderfully on lists, but I can't get it to work on document libraries. Any idea what I might be doing wrong? Thanks! Hi Peter,

I downloaded version 2.2 from bitsofsharepoint.com. It works wonderfully on lists, but I can’t get it to work on document libraries. Any idea what I might be doing wrong?
Thanks!

]]>
By: Peter Allen http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-101097 Peter Allen Mon, 20 Sep 2010 15:52:02 +0000 http://www.endusersharepoint.com/?p=3510#comment-101097 That is a good feature request. When I have time I will look at incorporating it. For now you can comment out or just take out the table row for option in the code. This can be found at the bottom of the code. This should only be done if your list is not grouped. Option:   (Click to Filter All Grouped Items)   (Click to Reset and Collapse List) That is a good feature request. When I have time I will look at incorporating it. For now you can comment out or just take out the table row for option in the code. This can be found at the bottom of the code. This should only be done if your list is not grouped.

Option:
  (Click to Filter All Grouped Items)   (Click to Reset and Collapse List)

]]>
By: Scott http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-100960 Scott Sun, 19 Sep 2010 22:30:18 +0000 http://www.endusersharepoint.com/?p=3510#comment-100960 Peter, Is there a way to not show the expand\collapse options at all? Is it as simple as commenting out some code? Thanks for this solution. It is a huge benefit Scott Peter,
Is there a way to not show the expand\collapse options at all? Is it as simple as commenting out some code?
Thanks for this solution. It is a huge benefit

Scott

]]>
By: Rene http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-94165 Rene Fri, 13 Aug 2010 17:46:59 +0000 http://www.endusersharepoint.com/?p=3510#comment-94165 This worked great, thanks for all your help. Great instructions, I was able to follow easily and I'm a novice with Sharepoint Designer. This worked great, thanks for all your help. Great instructions, I was able to follow easily and I’m a novice with Sharepoint Designer.

]]>
By: Peter Allen http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-94151 Peter Allen Fri, 13 Aug 2010 15:26:13 +0000 http://www.endusersharepoint.com/?p=3510#comment-94151 Rene, This is a limitation of the jQuery solution, so it ONLY searches what is viewable. If you are looking for a solution that can search the metadata on all 1500 documents then you will need to use this solution: http://www.endusersharepoint.com/2010/05/03/sharepoint-search-lists-and-document-libraries-by-metadata/ Hope this helps. Rene,

This is a limitation of the jQuery solution, so it ONLY searches what is viewable. If you are looking for a solution that can search the metadata on all 1500 documents then you will need to use this solution:

http://www.endusersharepoint.com/2010/05/03/sharepoint-search-lists-and-document-libraries-by-metadata/

Hope this helps.

]]>
By: Rene http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-94141 Rene Fri, 13 Aug 2010 14:30:29 +0000 http://www.endusersharepoint.com/?p=3510#comment-94141 This is a great tool, I just can't get it to work right! I have a document library with over 1500 documents and it only finds the items which are in view. I do have two groupings enabled on the view. I downloaded the latest version 2.1 and it does not find items that are not in the view. Please help! This is a great tool, I just can’t get it to work right!

I have a document library with over 1500 documents and it only finds the items which are in view. I do have two groupings enabled on the view. I downloaded the latest version 2.1 and it does not find items that are not in the view. Please help!

]]>
By: EndUserSharePoint http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-21683 EndUserSharePoint Tue, 22 Dec 2009 19:36:12 +0000 http://www.endusersharepoint.com/?p=3510#comment-21683 Chris - Misspelling. "bits" not "bist" -- Mark Chris – Misspelling. “bits” not “bist” — Mark

]]>
By: Chris Doran http://www.endusersharepoint.com/2009/11/11/jquery-%e2%80%93-list-and-document-library-filter-version-2-0-part-2/comment-page-1/#comment-21522 Chris Doran Mon, 21 Dec 2009 15:01:12 +0000 http://www.endusersharepoint.com/?p=3510#comment-21522 Peter - I am getting this error on 2 different email accounts I am using to respond to you. This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [email protected] Peter -

I am getting this error on 2 different email accounts I am using to respond to you.

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

[email protected]

]]>