Patch #4800
closedAbility to add search providers from plugins
0%
Description
When I was trying to upgrade Redmine Blogs plugin to 0.9.x Redmine and to implement an activity and a search providers I have found that the search engine (acts_as_searcheable, search_controller) in Redmine has hard-coded list of search providers/types without ability to add a new providers/types.
Thus I found that the activity/event/search subsystems are project dependent. In activity/event I have found workaround, but in search don't.
I have patched acts_as_searchable.rb and search_controller.rb to solve described problem.
Eric,
Could you review the patch and if it's OK apply it to the core?
Files
Related issues
Updated by Andrew Chaika almost 15 years ago
- Assignee changed from Eric Davis to Jean-Philippe Lang
Jean-Philippe, or anyone from the core developers team, could you review this patch and say what additionally I must do to bring such functionality to the Redmine code?
Updated by Jean-Philippe Lang almost 15 years ago
It breaks a test:
1) Failure: test_search_for_projects(SearchControllerTest) [/test/functional/search_controller_test.rb:28]: <false> is not true.
I'll have a deeper look asap.
Updated by Jean-Philippe Lang almost 15 years ago
Another point about your patch, searchable types order depends on models loading order.
The search form is kind of messed up.
Updated by Mischa The Evil almost 14 years ago
- Status changed from New to Closed
- Assignee deleted (
Jean-Philippe Lang)
Closed the issue as being implemented by issue #3936.