Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show related questions #31

Open
cndreisbach opened this issue Oct 30, 2014 · 0 comments
Open

Show related questions #31

cndreisbach opened this issue Oct 30, 2014 · 0 comments

Comments

@cndreisbach
Copy link
Contributor

On the questions/show page, show a list of related questions. How you determine what is a related question is up to you.

Here are some options:

  • Compare tags between questions. The questions with the most matching tags to the current question are most related. This should be fast and easy, although you will have to write a lot of SQL.
  • Read this Stack Overflow post about how they do it and see if you can glean something.
  • Use LSI. This will be slow to run, so you will want to get the results via Ajax. This will produce the highest-quality results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant