public IEnumerable <FeedEntity> SearchFeed(string searchString) { return(_repository.FullTextSearch(searchString)); }