I'm trying to integrate the q&a with my website and I want to display on each page of my website the related questions from the q&a db.
There is a method to extract the most relevant questions according to a custum text from outside the "qa world"? I was thinking about a fulltext search through MYSQL but is not compatible with InnoDB....
I can imagine there is a way to use the qa functions that manage the related questions to reach my goal... but I can't figure out how... Anybody has an idea?