Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion learn/relevancy/ranking_rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The `attribute` rule sorts the results by [attribute importance](/learn/relevanc

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

### Exactness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down