Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How are "Related questions" chosen for a question that has no tags?

0 votes
Some questions don't have tags. So how do "Related questions" are picked for these no-tag questions ?
asked May 5, 2011 in Q2A Core by toktosunov

1 Answer

0 votes

Based on the question title and (if available) the question category. See function qa_db_related_qs_selectspec() in qa-db-selects.php for the query.

answered May 6, 2011 by gidgreen