Does Stack Exchange's search algorithm treat the following c++ tags with the same weight/relevance?
Question 1:
Tags: c++ oop
Question 2:
Tags: c++
|
Does Stack Exchange's search algorithm treat the following Question 1: Tags: Question 2: Tags: |
|||||
|
|
The tags are weighted equally and does not diminish by 1/N based on how many tags (N) there are on the question. So there is no "penalty" to adding tags. At least that makes sense from a design perspective, database table perspective (the post-tag table should have no weight column), and just common sense as well. |
|||
|
|