
Originally Posted by
ShCooper
Since it is on the road map, I'm sure some thought has been put into the implementation of searching system. The problem we face at our company is the shallow depth of searching SugarCRM provides.
My plan for our instance was to hook Google Desktop into SugarCRM. Google Desktop's API is very flexible, not to mention Google Search is top of the line.
I planned on installing Google Desktop on our SugarCRM server. Then I would create a cron job that would generate, more-or-less, a site map of every single record of every single module in Sugar. As Google Desktop performs its regular indexing, it would pick up everything on the pages linked to on the site map. Then, whenever a user searches, via the global search in the top-right corner, the search results would be a custom template displaying the Google search results in view that makes sense to our users.
There are many logistics to consider. This would work for us, because our Sugar instance is on its on dedicated server. I don't know how you guys would generalize this for your hosted solutions with multiple Sugar instances on a single server, but I'm sure it could be worked out in the code logic with the Google Desktop API.
Have you guys thought about a route similar to this?
Bookmarks