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 to all,
I'm using EpiServer 6.1.379.1 = R2 and for searching I'm using EpiServer SearchDataSource component.
The problem is following:
When I perform search on my website with french language and searching for word "l’amélioration" with apostrophe chanracter, it returns me an empty result.
After investigation I understood that search is getting pages from "tblKeyword" table and in my case there is no such word as "l’amélioration" but there is "amélioration" keyword instead.
My questions are:
- Maybe there is some workaround for special characters while searching?
- Can anybody tell when "tblKeyword" is populated with new keywords because I found stored procedure called "netKeywordSave" but I don't know where it used?
Thanks in advance.