Forum OpenACS Development: Implementation of search in forums

Hi all,

There are 2 implementations of search in the forums package: callback and SC, but only for the forum_message object type, the forum_forum one is implemented with SC only.

To avoid confusion and keep things clear, I'd like to implement the forum_forum one with callbacks in 5.4, and remove the SC one completely for 5.5. I'd add a comment in forums-sc-procs to explain the change.

Collapse
Posted by Dave Bauer on
Yes, this was my plan eventually to replace the service contract with callbacks.
After that I'll probably have a plan to extend the parameters that can we passed into seach to make it easier to filter search results.
Collapse
Posted by Emmanuelle Raffenne on
OK, I've committed the implementation of forums_forum with callback to oacs-5-4. I've tested and unless I've missed something, it works as expected.