I guess I'm just not seeing how from this code simplesearch knows to look through the modx_ms2_products table as well.
Are you sure that simple search is doing that, not just displaying the contents of ms2, if it finds the resource through another result?
I wanted to use a plugin that indexes the search, so that it can give faster results, the way msearch does, but this is becoming a bit complex. I would just get the mSearch2, but I don't know how to install it. There seems to be a minimum Russian language knowledge required.
I've ended up putting the article that I"m trying to find in a TV, but I'n not able to search that with msearch nor simplesearch. mSearch should be able to index TVs, but I'm just not seeing the article show up when I search for it
@SELECT `article` AS `article` FROM `modx_ms2_products` WHERE `id` = [[+id]]
I have not tried advanced search yet because I didn't want to install the zend library, but I might try that next