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
Fixed an issue with searching words containing underscores. Previously, underscores were treated as word separators and replaced with spaces during search, even though they were considered part of words during indexing. Now underscores are considered part of words during search. This makes sense, as underscores have special meanings in programming and other technical contexts.
Improved support for formatting spanning multiple sentences when generating snippets.
Snippets can now consist of sentences with two words; previously, the minimum size was three words.
Fixed issues with URL decoding for images, which led to incorrect addresses for some images in recommendations.