Make Custom Module Pages Searchable
Jamroom Developers
if it was me wanting this, I would put the data you wanted made searchable into the database.
'yourmodule_pagetext'
Then in the pages .tpl file I would retrieve it and output it to the page:
{$yourmodule_pagetext}
Just like the jrPage module does now.