Skip to content

Commit 54eb1e8

Browse files
Fix image illustrating exactness ranking rule (#3412)
1 parent b81cbf7 commit 54eb1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn/relevancy/ranking_rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The `attribute` rule sorts the results by [attribute importance](/learn/relevanc
110110

111111
<Tab title="Exactness">
112112
<Frame>
113-
<img src="/assets/images/ranking-rules/knight.png?raw=true" alt="Demonstrating the exactness ranking rule by searching for 'Knight'" />
113+
<img src="/assets/images/ranking-rules/knight.png" alt="Demonstrating the exactness ranking rule by searching for 'Knight'" />
114114
</Frame>
115115

116116
### Exactness

snippets/samples/code_samples_analytics_event_conversion_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
curl \
55
-X POST 'https://PROJECT_URL/events' \
66
-H 'Content-Type: application/json' \
7-
-H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY'
7+
-H 'Authorization: Bearer DEFAULT_SEARCH_API_KEY' \
88
--data-binary '{
99
"eventType": "conversion",
1010
"eventName": "Product Added To Cart",

0 commit comments

Comments
 (0)