A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi Sun, Please try with disabling HTML encoding?
var hitSpec = new HitSpecification
{
HighlightExcerpt = true,
EncodeTitle = false,
EncodeExcerpt = false
};
Hi,
I have a problem when I used the Unified Search, when I search for some query strings, the Excerpt for a searchData have duplicated text. For example, when I search for string "a" it could show "this is the article.....is the <em>a</em>rticle". How to solve it. Thank you.