First time here? Check out the FAQ!

Revision history  [back]

Probably for this askbot should expose the search API and allow you to display search results combined from several sources.

There is no solution for this at the moment, but this could be part of askbot.

If you are willing to experiment with this - take a look at function askbot.models.question.ThreadManager.get_for_query(), there is also a more complex function in the same class called run_advanced_search().

Maybe you could implement this and make a pull request on the Github?