Most of my content is in a new table, which I added to JOOMLA cms. I have to add a search plugin that can do a search on this table.
Here is a basic table search that I cannot include in the search plugin.
Select * FROM `jos_table` WHERE Abc = 'xyz'
source
share