Silverstripe has a built-in full-text search engine. It works great, but doesn’t look for similar models, so a site search for a string that matches post tags or article type relationships-> author-> cannot be found,
More advanced search modules rely on java and need to be installed. This is not possible on our client server and, possibly, in most common hosting accounts (shared or VPS).
What is a good way to implement a site search for a site with related data in the form of many_many or has_many relationships in silverstripe without a private server?
source share