# Common Issues

<details>

<summary><strong>Callouts not appearing</strong></summary>

Upgrade the latest search UI package and confirm callouts were displaying correctly in the **Merchandising Preview**.

</details>

<details>

<summary>Filters not appearing</summary>

Review front-end implementation and ensure filters are not being unmounted.

</details>

<details>

<summary>Searching by SKU is not working</summary>

Check that the relevance settings include the Product SKU field.

</details>

<details>

<summary>Pagination is slow when filter and sort are used on collection &#x26; search pages</summary>

Always a front-end implementation issue. Check the **Merchandising Preview** and confirm that preview is not experiencing the same issue. To resolve, front-end must optimise the page rendering

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://search.docs.reactify.com.au/troubleshooting/common-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
