Documentation
Latest
Latest
  • Reactify Search
  • Getting Started
  • Guides
    • Upgrade workflow
    • Upgrade v4 to v5
    • Liquid Theme
    • SSR
  • Release Notes
  • Troubleshooting
    • Categorising Issues
    • Common Issues
    • Debugger
    • CodeSandbox
    • Further Troubleshooting
  • Security Overview
  • Components
    • Component Basics
    • ReactifySearchProvider
    • Sensors
    • Search
    • SortBy
    • ClearAll
    • FiltersSelected
    • Filters
    • Filter
    • Results
    • Stats
    • Suggestions
    • CustomComponent
  • Hooks
    • useSearch
    • useSortBy
    • useFilters
    • useResults
  • Classes
    • ReactifySearchLiquidFactory
Powered by GitBook
On this page

Was this helpful?

  1. Troubleshooting

Categorising Issues

The simplest way to determine which category an issue falls under is by comparing the Merchandising Preview within the Reactify Search app to the site and then following the advice below based on what you find.

The Reactify Search Merchandising Preview is the the ultimate source of truth, it should always be used and referenced when troubleshooting issues.

You can access the Merchandising Preview within Shopify Apps > Reactify Search > Merchandising > Preview.

Configuration issues

These issues are caused by invalid or incorrect configurations within the Reactify Search app and not code, they are most likely when the Merchandising Preview shows the same content (eg, filters, sorting, results) as the site but the content is not what’s expected.

To resolve raise a support ticket with Reactify Search Support via the in-app support widget.

Package issues

These issues are bugs within the Reactify Search packages (eg, @usereactify/search), they are most likely when the Merchandising Preview also experiences the same issues and the issue is more related to functionality rather than content.

To resolve raise a support ticket with Reactify Search Support via the in-app support widget.

Implementation issues

These issues are bugs within your theme code and may or may not be related to the usage of Reactify Search packages, they are most likely when the Merchandising Preview functionality is working correctly or it shows different and correct content (filters, sorting, results, etc..)

To resolve raise a support ticket with your developers.

PreviousTroubleshootingNextCommon Issues

Last updated 1 year ago

Was this helpful?