Ventan00 / quanda

quanda is a service for questions and answers
Apache License 2.0
2 stars 0 forks source link

Question searchbar system #82

Open Ventan00 opened 3 years ago

Ventan00 commented 3 years ago

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

pnarozniak commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

I think that's well balanced.