Skip to main content

Search Page Link

Configure the redirect to your site's search results page when a user presses Enter in the widget.


What is this?

When a user types a query into the widget and presses Enter — they're redirected to your site's own search results page (not Spefix's).

Example: A user searches "laptop" → presses Enter → is taken to https://myshop.com.ua/search?query=laptop


Why is this needed?

✅ Lets the user see a full results page
✅ Lets them use your site's filters and sorting
✅ Standard behavior users expect from search


⚠️ Important to understand

This is your site's page

The link goes to the search results page of YOUR site, not a Spefix page.

We have no control over which products are shown on that page — that depends on your CMS/platform.

Especially for Horoshop

If you use Horoshop — the search results page is generated by the Horoshop platform itself. Products on that page may not match what the Spefix widget shows.


How to keep results in sync?

If you want the products on the results page to match the Spefix widget, your developers can implement this using our open API.

📖 API documentation

Platform limitations

If your platform (e.g. Horoshop) doesn't allow changing the search page's logic — syncing isn't possible.


Where to configure it?

Search Settings → Installation


  1. Go to: Search Settings → Installation
  2. Find the section "Search page link"
  3. Choose a language (Ukrainian, Russian, English...)
  4. Enter the path to the search page without the domain

Format:

/search?query=

Examples:

  • /search?query=
  • /uk/search?q=
  • /poshuk?text=
  • /catalog/search?search=
  1. Click "Save"
How to find your path?

Go to your site, type something into the search, press Enter. Look at the browser's address bar — copy the part after the domain up to the = sign.

Example: https://myshop.com.ua/search?query=test
→ What you need: /search?query=


For multilingual sites

Each language version of the site can have its own link.

Example:

  • Ukrainian: /uk/search?query=
  • Russian: /ru/search?query=
  • English: /en/search?query=

Add a separate link for each language.


If the field is left empty — pressing Enter won't do anything. The widget will keep showing live results, but there will be no redirect to a page.


Every site has its own URL structure. If you don't know which link to enter — contact your personal manager, we'll help you figure it out.

💬 Telegram: @spefix_pm
📧 Email: [email protected]


Summary
  • This link points to your own search page, not Spefix's
  • Results on that page depend on your CMS
  • Syncing with the widget requires the API
  • If left unset — Enter won't do anything