instantsearch / instantsearchplus

instantsearch/instantsearchplus

Search That Boosts Conversion: Fastest Semantic Search, Search Filters, and Search Autocomplete

magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: failed OSL-3.0
Viewing version 4.5.1. Latest version is 4.91.51. Switch to latest

Instant Search + Magento 2

Search That Boosts Conversion: Fastest Semantic Search, Search Filters, and Search Autocomplete

Installation

  1. Visit and purchase the free InstantSearch+ Extension at Magento Marketplace
  2. Connect to your server through SSH terminal (e.g. PUTTY.exe)
  3. Navigate to your Magento root (where app folder is)
  4. Make sure php is in your environment path (run php --help - see that you get list of possible commands) if not - contact your server provider to find path to ftp executable.
  5. Disable Compilation by setting developer mode php bin/magento deploy:mode:set developer
  6. Run following commands:
    a. composer require instantsearch/instantsearchplus
    b. Insert your public/private keys, as username/password from Your Account
    c. php bin/magento module:enable Autocompleteplus_Autosuggest
    d. php bin/magento setup:upgrade
    e. php bin/magento cache:flush
    f. php bin/magento deploy:mode:set production

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[4.5.1] - 2018-06-19 14:42:00

Changed

  • Omit not visible products in full fetch, but not in sending updates
  • Stop using price index in product collections
  • Optimize sending updates by working with products collection

Added

  • Import prices from index for monitoring purposes

[4.4.12] - 2018-04-30 14:42:00

Fixed

  • Set ASC order in update batches fetch

[4.4.11] - 2018-04-30 14:42:00

Added

  • Debug route to get batch by product id

Fixed

  • Mass product creation syncing

[4.4.10] - 2018-04-08 15:53:00

Added

  • Custom product update event

[4.4.8] - 2018-03-11 15:53:00

Added

  • Category names index

[4.4.7] - 2018-01-01 10:02:00

Added

  • Option to print ids
  • Meta keywors support

Fixed

  • Add minimal price to collection count to get accurate results in Getnumofproducts request

[4.4.6] - 2017-11-27 10:02:00

Fixed

  • Api product updates support

[4.4.5] - 2017-11-15 10:02:00

Fixed

  • Wrong template at search result page
  • Default sorting when serp enabled

[4.4.4] - 2017-11-14 10:02:00

Changed

  • Legacy code cleanup

[4.4.3] - 2017-11-13 12:02:00

Added

  • Batches helper, that is responsible for insert/update batches table
  • Pagination in sendupdated requests
  • Special price from/to support

[4.4.2] - 2017-10-24 09:25:00

Changed

  • 2.0.* compatibility: Use \Magento\Customer\Model\ResourceModel\Group\Collection class to get all customer groups.

[4.4.1] - 2017-10-03 14:00:00

Added

  • Cart page and Success pages webhooks.
  • MSRP support.
  • Added miniform_change flag to vers request.

[4.3.5] - 2017-08-10 00:00:00

Changed

  • Fall back to small image if base image is missing.

Added

  • Variable products images import.
  • Feeds import support.
  • Update product attributes from grid support.
  • Search configurable product by simple products skus.
  • Search Grouped product by simple products skus.
  • Refresh cart and messages block after ajax add-to-cart submission.

Fixed

  • Syncing attribute with missing frontend_label.

[4.3.2] - 2017-07-11 00:00:00

Changed

  • Refactor product rendering at catalog sync.
  • Treat disabled product as deleted.

Added

  • Full page cache support.
  • Added additional frontend call to bring dynamic js params.
  • Grouped product pricing support.
  • Search of configurable product by skus of simple products.
  • Add UUID and store_id to get Serp template request.
  • Add ProductView event handler for adding product sku to js injection.

Fixed

  • Product removal store id.

Removed

  • Attribute cacheable from blocks.
  • Checksum files.
  • Code duplication.

[4.2.2] - 2017-05-15 00:00:00

Fixed

  • Api roles bug fix.

Removed

  • Checksum api.

[4.2.1] - 2017-04-19 00:00:00

Changed

  • Use magento notificatiaon system.
  • Sync product attributes that are sytem defined as well as user defined.

Added

  • Added support for attributes which have array value type.

Fixed

  • Store id in products_send.

[4.2.0] - 2017-02-28 00:00:00

Changed

  • Make Serp and Injection blocks not cacheable.
  • Get products colletion with specified attributes only.
  • Get current stock status of simple product assigned to configurable.
  • Add minimal price (from index) to product collection.

Added

  • Add ajax add-to-cart from Serp.
  • Add tiered pricing support.
  • Add customer group id to js injection.

Fixed

  • Fix wrong product id in updates xml.
  • Fix compilation errors.

[4.1.0] - 2016-12-12 00:00:00

Changed

  • Optimizing products send.
  • Wrap serp template call into try/catch.

Added

  • Add route for seo friendly search url.
  • Add miniform url switch.
  • Link to isp dashboard with custom font icon.
  • Add configurable product price range.

Fixed

  • Fix base image fetch.
  • Fix configurable product prices fetch.

[4.0.11] - 2016-09-25 15:43:19

Changed

  • Add file docs.
  • Specify Zend_Http_Client_Adapter_Curl as request adapter.
  • Add work around for missing ssl cert (localhost) in comment of buildRequest method.

Added

  • Basic search results mode (ids only).

Fixed

  • Compilation errors in Serp Block class.

[4.0.9] - 2016-09-25 15:43:19

Changed

  • Make api-endpoint hardcoded.
  • Add timeout in seconds as buildRequest method parameter.
  • Use productMetaData object instead of objectManager.
  • Make Install Call to acp-magento at extension installtion.
  • Keep serp template in cache for 1 minute.

[4.0.8] - 2016-09-08 15:55:58

Changed

  • PSR2 formatting fixes.
  • Use object manager for getMultiStoreData request.
  • Make remove date in GMT+3 timezone.
  • Calculate product purchase popularity.

Removed

  • Attributes.php external image url feature

Fixed

  • Magento version in xml.
  • Orders per product query.

[4.0.7] - 2016-08-10 00:00:00

Changed

  • Stable version of InstantSearch+ for Magento 2 Community (CE) and Enterprise (EE), supports all Magento 1 features
Versions
Version Stability QA Status Released
4.91.51 stable Fail 2026-05-28 16:06:48
4.91.50 stable Not tested 2026-05-04 17:56:47
4.91.45 stable Not tested 2026-04-14 19:43:07
4.91.44 stable Not tested 2025-10-14 17:22:36
4.91.43 stable Not tested 2025-08-03 16:44:53
4.91.42 stable Not tested 2025-07-27 18:06:45
4.91.41 stable Not tested 2025-07-27 16:50:52
4.91.40 stable Not tested 2025-07-27 16:17:29
4.91.35 stable Not tested 2025-03-19 18:54:27
4.91.34 stable Not tested 2025-03-16 18:42:49
4.91.33 stable Not tested 2024-12-09 17:13:27
4.91.32 stable Not tested 2024-07-17 12:09:09
4.91.31 stable Not tested 2024-07-08 18:07:58
4.91.30 stable Not tested 2024-01-17 16:47:07
4.91.25 stable Not tested 2023-11-15 16:50:16
4.91.24 stable Not tested 2023-11-14 18:35:05
4.91.23 stable Not tested 2023-11-01 19:46:09
4.91.22 stable Not tested 2023-06-29 14:36:08
4.91.21 stable Not tested 2023-06-27 11:06:52
4.91.20 stable Not tested 2023-06-26 13:44:01
4.91.10 stable Not tested 2023-06-22 11:05:41
4.91.06 stable Fail 2023-04-24 12:43:17
4.91.05 stable Not tested 2023-04-05 13:13:08
4.91.04 stable Not tested 2023-03-13 17:31:11
4.91.03 stable Not tested 2023-02-19 16:52:23
4.9.42 stable Not tested 2023-02-02 14:40:56
4.9.41 stable Not tested 2023-01-02 12:18:04
4.9.4 stable Not tested 2022-12-21 20:04:43
4.9.393 stable Not tested 2022-11-22 16:36:25
4.9.392 stable Not tested 2022-11-13 15:09:05
4.9.391 stable Not tested 2022-11-07 17:17:43
4.9.38 stable Not tested 2022-06-29 13:40:51
4.9.37 stable Not tested 2022-06-08 17:13:49
4.9.36 stable Not tested 2022-06-08 08:34:32
4.9.35 stable Not tested 2022-05-29 16:29:48
4.9.34 stable Not tested 2022-05-29 09:33:52
4.9.33 stable Not tested 2022-05-16 16:11:42
4.9.32 stable Not tested 2022-04-07 15:09:19
4.9.31 stable Not tested 2022-03-29 15:09:01
4.9.28 stable Not tested 2022-02-16 14:12:25
4.9.26 stable Not tested 2022-01-10 10:45:30
4.9.25 stable Not tested 2021-12-28 16:24:17
4.9.24 stable Not tested 2021-12-21 13:00:38
4.9.23 stable Not tested 2021-11-24 13:17:43
4.9.22 stable Not tested 2021-11-22 11:44:01
4.9.21 stable Not tested 2021-11-14 15:04:31
4.9.20 stable Not tested 2021-10-31 13:40:16
4.9.18 stable Not tested 2021-10-19 11:49:04
4.9.17 stable Not tested 2021-07-28 15:20:45
4.9.16 stable Not tested 2021-07-26 15:59:23
4.9.15 stable Not tested 2021-07-13 07:57:57
4.9.14 stable Not tested 2021-06-30 11:08:56
4.9.13 stable Not tested 2021-05-04 15:11:54
4.9.12 stable Not tested 2021-03-18 10:51:22
4.9.09 stable Not tested 2021-02-08 07:11:59
4.9.08 stable Not tested 2021-01-31 13:32:27
4.9.07 stable Not tested 2020-10-15 12:11:34
4.9.06 stable Not tested 2020-10-12 16:19:57
4.9.05 stable Not tested 2020-09-17 10:34:03
4.9.04 stable Not tested 2020-09-10 12:11:03
4.8.06 stable Not tested 2020-09-10 12:09:36
4.9.03 stable Not tested 2020-09-08 10:09:24
4.9.02 stable Not tested 2020-09-06 13:01:08
4.8.05 stable Not tested 2020-09-06 10:16:16
4.8.04 stable Not tested 2020-08-18 06:39:33
4.8.03 stable Not tested 2020-08-16 17:38:32
4.9.01 stable Not tested 2020-08-16 16:26:50
4.8.01 stable Not tested 2020-07-12 08:07:36
4.7.48 stable Not tested 2020-07-07 17:07:32
4.7.46 stable Not tested 2020-06-21 12:39:06
4.7.45 stable Not tested 2020-06-16 13:56:56
4.7.44 stable Not tested 2020-06-15 08:54:34
4.7.43 stable Not tested 2020-06-10 13:14:03
4.7.42 stable Not tested 2020-06-08 08:53:36
4.7.41 stable Not tested 2020-06-04 08:25:36
4.7.40 stable Not tested 2020-06-03 08:28:37
4.7.39 stable Not tested 2020-06-02 15:04:56
4.7.38 stable Not tested 2020-05-31 12:05:07
4.7.37 stable Not tested 2020-05-21 10:00:55
4.7.36 stable Not tested 2020-05-12 15:37:39
4.7.35 stable Not tested 2020-05-03 10:38:50
4.7.34 stable Not tested 2020-04-30 15:48:33
4.7.33 stable Not tested 2020-04-28 12:30:48
4.7.32 stable Not tested 2020-04-28 11:55:24
4.7.30 stable Not tested 2020-03-29 14:28:15
4.7.29 stable Not tested 2020-03-22 18:03:01
4.7.28 stable Not tested 2020-03-04 11:14:22
4.7.27 stable Not tested 2020-02-13 15:46:04
4.7.26 stable Not tested 2020-02-04 14:20:43
4.7.25 stable Not tested 2020-01-26 07:13:37
4.7.24 stable Not tested 2020-01-21 16:30:16
4.7.23 stable Not tested 2020-01-19 18:35:43
4.7.22 stable Not tested 2020-01-03 07:00:53
4.7.20 stable Not tested 2019-09-26 07:27:51
4.7.19 stable Not tested 2019-09-16 09:58:22
4.7.18 stable Not tested 2019-09-04 08:48:30
4.7.17 stable Not tested 2019-08-27 15:25:33
4.7.16 stable Not tested 2019-08-26 15:14:04
4.7.13 stable Not tested 2019-08-12 11:01:01
4.7.12 stable Not tested 2019-08-04 20:07:37
4.7.11 stable Not tested 2019-07-28 14:43:10
4.7.10 stable Not tested 2019-07-24 15:11:04
4.7.8 stable Not tested 2019-07-09 08:36:08
4.7.7 stable Not tested 2019-06-30 14:29:21
4.7.6 stable Not tested 2019-06-17 13:15:03
4.7.5 stable Not tested 2019-05-19 14:56:17
4.7.4 stable Not tested 2019-05-14 15:12:51
4.7.3 stable Not tested 2019-05-13 08:17:26
4.7.2 stable Not tested 2019-04-14 08:47:47
4.7.1 stable Not tested 2019-03-24 11:57:16
4.7.0 stable Not tested 2019-03-18 15:48:55
4.6.6 stable Not tested 2019-02-12 16:27:26
4.6.5 stable Not tested 2018-12-04 10:52:54
4.6.3 stable Not tested 2018-11-05 13:38:07
4.6.2 stable Not tested 2018-10-14 13:57:10
4.6.1 stable Not tested 2018-09-17 12:58:04
4.6.0 stable Not tested 2018-09-13 11:43:14
4.5.8 stable Not tested 2018-08-09 13:10:32
4.5.7 stable Not tested 2018-08-08 14:15:51
4.5.6 stable Not tested 2018-08-07 12:49:21
4.5.5 stable Not tested 2018-07-11 13:02:37
4.5.4 stable Not tested 2018-06-24 10:01:15
4.5.3 stable Not tested 2018-06-20 07:16:14
4.5.2 stable Not tested 2018-06-19 14:59:11
4.5.1 stable Not tested 2018-06-19 14:56:10
4.5.0 stable Not tested 2018-06-19 14:34:06
4.4.12 stable Not tested 2018-06-18 10:15:17
4.4.11 stable Not tested 2018-06-18 10:12:33
4.4.10 stable Not tested 2018-06-18 10:10:01
4.4.8 stable Not tested 2018-06-18 10:05:28
4.4.7 stable Not tested 2018-06-18 10:02:52
4.4.6 stable Not tested 2018-06-18 10:00:24
4.4.5 stable Not tested 2018-06-18 09:53:11
4.4.4 stable Not tested 2018-06-18 09:50:45
4.4.2 stable Not tested 2018-06-18 09:46:20
4.4.1 stable Not tested 2018-06-18 09:44:16
4.3.5 stable Not tested 2018-06-18 09:41:58
4.3.2 stable Not tested 2018-06-18 09:39:17
4.2.2 stable Not tested 2018-06-18 09:36:19
4.2.1 stable Not tested 2018-06-18 09:34:02
4.2.0 stable Not tested 2018-06-18 09:31:48
4.1.0 stable Not tested 2018-06-18 09:27:36
4.0.11 stable Not tested 2018-06-18 09:22:01
4.0.9 stable Not tested 2018-06-18 09:04:28
4.0.8 stable Not tested 2018-06-18 09:00:36
4.0.7 stable Not tested 2018-06-18 08:56:36

Requires 3

Package Constraint
php >=7.1
laminas/laminas-filter >=2.12.0
laminas/laminas-http >=2.14.3

Requires-dev 1

Package Constraint
magento-ecg/coding-standard ^2.0

No QA results yet

QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.

License
OSL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.