Search Wiki:
Project Description
MOSS Faceted Search is a set of web parts that provide intuitive way to refine search results by category (facet).

The facets are implemented using SharePoint API and stored within native SharePoint METADATA store. The solution demonstrates following key features:
  • Grouping search results by facet
  • Displaying a total number of hits per facet value
  • Refining search results by facet value
  • Update of the facet menu based on refined search criteria
  • Displaying of the search criteria in a Bread Crumbs
  • Ability to exclude the chosen facet from the search criteria
  • Flexibility of the Faceted search configuration and its consistency with MOSS administration

Demo1.png

The beauty of the chosen approach is that it doesn't matter how facets are crawled into the METADATA store. Any core MOSS functionality will work the same: indexing through BDC, external web sites via HTTP protocols, or local sharepoint sites, libraries, lists. As soon as the content is indexed and META tag assigned, it is available for facets.
Last edited Jan 20 at 3:15 AM  by leonidly, version 17
Comments
leonidly wrote  Sep 17 2007 at 3:53 AM  
Assumptions and limitations of the current release will be posted soon.

leonidly wrote  Sep 20 2007 at 1:57 PM  
Version 1.1 *BETA* posted onto planned releases

awdhaan wrote  Sep 28 2007 at 7:43 AM  
Using this extension, MOSS Search functionality can better fit common enduser search behaviour.

imorrish wrote  Oct 9 2007 at 6:38 AM  
Live Demo http://www.wssdemo.com/Search/Pages/results.aspx?k=search

karun_ramakuri wrote  Jan 25 at 11:34 AM  
hi i tried your web part . I tried some changes also. How can i change the sorting order of a particular facet if i want to show the sorted results in descending order for Created Date property. I am not getting the FileExtension Property in my results i tried the same code produced in this release. I want to show results based on URL also. How can it be done.

karun_ramakuri wrote  Jan 25 at 11:35 AM  
How many properties to the max can be shown thru this

cdog wrote  Mar 5 at 3:59 PM  
Any chance we can get an update of the source code for version 2.0?

gentx wrote  Apr 17 at 2:33 AM  
Great feature, I'd like to see some UI updates, heres a few:
- The ... (more) button should be clickable as per the expand button in the header, and the ability to configure the text.
- I've noticed if the list is set to display 5 items, and the results only contain 5 items, the code cuts the list short @ 4, and displays the ... text.

Keep up the great, work. Thanks

mc9999 wrote  May 6 at 3:32 PM  
When I use a managed property in a search query, the faceted search web parts show nothing.

Is it possible to make this work with property searches? The web parts are great either way, but being able to use this when properties are searched would be a huge benefit.

Updating...