Forums / Developer / search doc extention

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

search doc extention

Author Message

ANTONIO arnaud

Thursday 13 September 2007 6:04:47 am

hi,

I'm Search to create a search engine in my site.
the principe is seach of specific format documentation.

can you help me?

Mess with the best, Die like the rest

Olivier Ouin

Thursday 13 September 2007 8:18:46 am

Could you be a little bit more specific ?

If you want to have some binary file indexation in eZ, it's possible with the standard search engine. You just have to find some text convertors, and to implement an handler to use it for building the text to index.
If so, don't forget to check the "searchable" flag of the "file" attribute of the "file" class, it's off by default. Afterwhat, you should consider activate delayed indexation (there is some topics about this on this site).