I created module that let to manage charitable blue-line employees and theirs hours of work.
It has simple sql table:
cms_module_employees_list:
name | surname | position | description
it creates formatted list of employees that is inserted into page content by {cms_module module='Employees'}
What I want to achieve:
I want to make Search module compatible with my module.
i want to get search results like:
Now my module is invisible for Searchsearch for: [employee name, surname, position or part of description]
CONTENT - Employees page (100%)

If it will be helpfull - this module is inserted only in 1 or 2 pages and show all results from cms_module_employees_list (everything on one page, no even pagination)
I couldn't find any description how to connect own module with Search module.
I will be grateful for the help,
best regards,
Cezary