You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction of the Reflection API series impacts the search by showing reflection-related articles before other articles. When I look for "records" or "enums", I want to see articles about how to use them, not reflection articles that would confuse inexperienced developers.
Here are a few examples where the search shows the reflection articles when other articles would be more useful.
In this example, there are two articles relevant for beginners searching that but the last
A particularly bad example:
Because of that issue, I suggest ranking these more advanced articles further down than other articles that are for beginners. If someone searchers for "Reflection" or similar, people would still find the advanced articles.
Alternatively, it might be possible to add keywords to each article, ensure that articles with these keywords are displayed first in the search (if present) and not use keywords likely to be used by beginners in advanced article (e.g. don't use a "method" or "enum" keyword for a reflection article. However, this approach would require going through all existing articles and think about keywords (and these keyword declarations should be added to this repository - as well as guidance on how to use keywords (not using beginner keywords in advanced articles)).
The text was updated successfully, but these errors were encountered:
The introduction of the Reflection API series impacts the search by showing reflection-related articles before other articles. When I look for "records" or "enums", I want to see articles about how to use them, not reflection articles that would confuse inexperienced developers.
Here are a few examples where the search shows the reflection articles when other articles would be more useful.
In this example, there are two articles relevant for beginners searching that but the last
A particularly bad example:
Because of that issue, I suggest ranking these more advanced articles further down than other articles that are for beginners. If someone searchers for "Reflection" or similar, people would still find the advanced articles.
Alternatively, it might be possible to add keywords to each article, ensure that articles with these keywords are displayed first in the search (if present) and not use keywords likely to be used by beginners in advanced article (e.g. don't use a "method" or "enum" keyword for a reflection article. However, this approach would require going through all existing articles and think about keywords (and these keyword declarations should be added to this repository - as well as guidance on how to use keywords (not using beginner keywords in advanced articles)).
The text was updated successfully, but these errors were encountered: