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
Fix version number search discrepancy between formats
Improve version number search by implementing context-aware filtering
that distinguishes between legitimate version references and navigation spam.
Previously, searches for 'v26.1' returned significantly fewer results
than '26.1' due to overly aggressive version spam filtering.
The fix preserves version numbers in release pages, changelogs, and
complex version strings while still filtering UI navigation spam.
This ensures both search formats return equivalent, relevant results.
Resolves issue where version searches with 'v' prefix were less
discoverable than plain number searches.
0 commit comments