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

Question searchbar system #82

Open
Ventan00 opened this issue Aug 15, 2021 · 3 comments
Open

Question searchbar system #82

Ventan00 opened this issue Aug 15, 2021 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Ventan00
Copy link
Owner

We need to define how search system will search questions based on searchbar.

  • How sould we rank questions?
  • Will there be suggested questions?
  • How we could create suggestion system in searchbar
@Ventan00 Ventan00 added the question Further information is requested label Aug 15, 2021
@Ventan00 Ventan00 added this to the Questions system milestone Aug 15, 2021
@pnarozniak
Copy link
Collaborator

pnarozniak commented Aug 26, 2021

What do you think about ranking questions based on upvotes on top answer.
e.g.
Q-Question
A-Answer

Q1:

A1 - 17+
A2 - 14+
A3- 10+

Q2:

A1 - 33+
A2 - 11+

Search results:

  1. Q2
  2. Q1

@Ventan00
Copy link
Owner Author

Yes, we could include that, but I think keywords are a more important factor.
I would suggest prioritising keywords in headers over keywords in questions.
How about
10 * number of keywords in the header
5 * number of keywords in the question text
1 * upvotes for the top answer.
wdyt?

@pnarozniak
Copy link
Collaborator

pnarozniak commented Aug 28, 2021

I think that's well balanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants