Page 1 of 1

Search module - how to connect own module to SEARCH

Posted: Mon Nov 15, 2010 3:00 am
by korpirkor
Hi !

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:
search for: [employee name, surname, position or part of description]
CONTENT - Employees page (100%)
Now my module is invisible for Search :-(

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