21287 Posts in 5733 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 864 Views |
-
Searching binary documents

20 August 2009 at 7:46pm
Having already recommended to the organisation I work for that we adopt SilverStripe to manage our intranet, I discover that, contrary to what I initially believed, searching binary documents (PDFs, DOCs) is not a feature in SS.
However, it is a key requirement of our intranet project.
I am sure that I can't be the first person with this requirement and that one of you clever fellas out there has had to crack this problem before. So, can anyone give me some advice?
-
Re: Searching binary documents

22 August 2009 at 3:08am
Hi,
It isn't a standard feature in SS. I havent come across anyone that has done this before. You would probably have to create an extension yourself.
Keep searching though and you might find something.
-
Re: Searching binary documents

22 August 2009 at 9:42am
Searching binary documents is not a common use-case for a website or CMS like SilverStripe. What you could use is the Lucene Search implementation of the Zend Framework: http://framework.zend.com/manual/en/zend.search.lucene.html
It's already able to index Office 2007 and HTML documents, and apparently some people also successfully indexed PDF documents using the Zend Lucene implementation.This doesn't stop you from using SilverStripe though. You should be able to include the needed parts of the Zend Framework and build wrapper functions in SilverStripe to fit your needs.
-
Re: Searching binary documents

10 November 2010 at 10:36am
For those who end up on this thread - I've implemented Zend Lucene for Silverstripe, with PDF, Word, and Excel searching.
| 864 Views | ||
|
Page:
1
|
Go to Top |




