From 838f28b41a4247fa0a33876f5772be939eb99282 Mon Sep 17 00:00:00 2001 From: gui machiavelli Date: Wed, 26 Nov 2025 19:18:38 +0100 Subject: [PATCH 1/2] remove `?raw=true` from img path --- learn/relevancy/ranking_rules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/relevancy/ranking_rules.mdx b/learn/relevancy/ranking_rules.mdx index 1869cb564..5dc782f5a 100644 --- a/learn/relevancy/ranking_rules.mdx +++ b/learn/relevancy/ranking_rules.mdx @@ -110,7 +110,7 @@ The `attribute` rule sorts the results by [attribute importance](/learn/relevanc - Demonstrating the exactness ranking rule by searching for 'Knight' + Demonstrating the exactness ranking rule by searching for 'Knight' ### Exactness From 43612d93623f4a177415ed11f6c56e3b63265dab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Nov 2025 18:19:22 +0000 Subject: [PATCH 2/2] Update code samples [skip ci] --- snippets/samples/code_samples_analytics_event_conversion_1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/samples/code_samples_analytics_event_conversion_1.mdx b/snippets/samples/code_samples_analytics_event_conversion_1.mdx index 337556e8c..908f38af9 100644 --- a/snippets/samples/code_samples_analytics_event_conversion_1.mdx +++ b/snippets/samples/code_samples_analytics_event_conversion_1.mdx @@ -4,7 +4,7 @@ curl \ -X POST 'https://PROJECT_URL/events' \ -H 'Content-Type: application/json' \ - -H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' + -H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' \ --data-binary '{ "eventType": "conversion", "eventName": "Product Added To Cart",