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.
Using the Search with GetContentResult, I have a convention for the Product:
That is applied as a convention:
Now, when I just use the TermsFacetFor(x => x.SizesOfShoe()) then I get proper results and TermsFacets has all the options with proper counts.
However, when I want to filter by the ShoeSize then I end up with no results.
The filter I'm creating is as following:
ShoeSizes in Criteria is an IEnumerable<string>.
Am I doing something wrong? Case sensitivity is not an issue here since I'm dealing with numbers here (which are under strings).