Don't see search results for custom ISearchableContentType

Former Member
Former Member

Hi

I trying to implement SearchableContentType from documentation

https://community.telligent.com/community/10/w/developer-training/53163/search

but search does not work for me. Search by keywords like 'google', 'best', etc in the search box on the tom of community does not return anything from "Links".

I added a log for method 

public IList<SearchIndexDocument> GetContentToIndex()

and don't see any calls for it in events.
Also tried to call it mannually - but search still does not work.

All extensions enabled and custom widget showing data.

Maybe I miss something?