Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Faceted Search Results Filter options

  Asked By: Darren Andrews         Date: Apr 25, 2008      Category: Sharepoint      Views: 521
 

I am using the Faceted search from codeplex which is brillant! But when
you can filter the options, ie Word, Excel etc for PDF it shows
something like vnd/application/pdf which is the mime type, I wonder if
theres a way to display just PDF with the icon instead?

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Glenda Roth          Answered On: Apr 25, 2008       

Take a look at the Faceted columns property. You need to add a mapping
to the
ContentType Mappings element: something similar to the following (make
sure the the Match attribute equals your return value):

<Mappings>
...
<Mapping Match="vnd/application/pdf" DisplayName="PDF"
Image="ICPDF.gif" />
</Mappings>

 
Didn't find what you were looking for? Find more on Faceted Search Results Filter options Or get search suggestion and latest updates.


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