Actions
Feature #3936
closedconfigurable list of models to include in search
Start date:
2009-09-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
It would be nice to be able to configure (and especially add to) the list of object types that the search engine considers. At present the list is hard-coded in the search controller
For an in-house customization I needed to include a new searchable model class into the search engine. To do this I had to override the SearchController#index method, but it would have been nices to be able to modify a configuration parameter to simply add a new model type to the @object_types array.
Related issues
Actions