Hi
According to the acs-messaging docs, the package provides a general framework for site wide search for packages that use it as a substrate. general-comments uses acs-messaging. However, I can't seem to find support for site wide search in either of these packages. Am I missing something here?
Are general-comments at this time only being indexed for search when the static-pages package has it's file system scan run?
I see that the general-comments I add get into the search queue but there is no FTSContentProvider service contract defined for acs-messaging or general-comments:
[02/Apr/2003:12:49:34][1926.2051][-sched-] Notice: Querying 'select acs_sc_binding__exists_p('FtsContentProvider','acs_message_revision');'
Any info on how to best go about implementing site wide search for my general-comments would be appreciated;)
I'm guessing I would implement FTSContentProvider for general-comments and have the URL and datasource point to the corresponding StaticPage. But then I fear that duplicate entries would exist in my search results page. How do other sites get their GeneralComments on StaticPages updated and into search results on a more or less realtime basis?
Anyone?!