We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29dbc7 commit 9b98eddCopy full SHA for 9b98edd
src/KernelMemory.Ecommerce.Sample.Api/wwwroot/index.html
@@ -529,7 +529,7 @@ <h3>${product.name}</h3>
529
const products = JSON.parse(result);
530
const transformedResult = {
531
noResult: false,
532
- minRelevance: 0.8,
+ minRelevance: products.MinRelevance,
533
relevantSourcesCount: products.length,
534
products: products.map(product => ({
535
id: product.Id,
0 commit comments