silverstripe dataobject searchable
问题 I´m trying to have certain DataObjects (News) displayed in the default SearchResult Page. So the result should display normal Pages and News. Is there an easy way to accomplish that in Silverstripe 3? Or is it recommended to code it completely custom - I mean a custom controller/action which handles the search request and creates a result list, which I display then in a custom template? I found this, but obviously search is disabled right now: https://github.com/arambalakjian/DataObjects-as