I'm using drupal search module to search/find/filter content in my CUSTOM MODULE and it's not returning any results when I search for a word listed in content of my custom module content type. It return results only when i search for a users and others content type.
Any body knows what can i do to fix this? Do I have to implement any hook to index the content of my custom module?
PS:
1) My custom module it's based in the drupal core blog module
2) I was using Custom Search module, but i've disabled it
3) I've tried the search api module and views exposed filter (Search Terms) and nothing
Thank you