Skip to content

Releases: marco-pm/zencart_instantsearch

v4.0.3

31 Mar 16:54
Compare
Choose a tag to compare
  • Fix #29 - Bad value for attribute aria-owns
  • Fix #31 - add count check on js to avoid errors
  • Fix #34 - Image alt/title text should be item's name not image-name
  • Fix #36 - TEXT_NO_PRODUCTS overrides base search constant
  • Fix #37 - Chrome console warning: [Violation] Added non-passive event listener to a scroll-blocking event
  • Update bootstrap template files for v3.6.4
  • Update js dependencies
  • Minor fixes

v4.0.2

30 Jul 13:57
Compare
Choose a tag to compare
  • Fix #23 - dropdown links not working on Safari
  • Fix #24 - GROUP BY error on MariaDB
  • Other minor fixes/improvements

v4.0.1

26 Apr 17:47
Compare
Choose a tag to compare
  • Fix null image error in dropdown results
  • Allow ! character on image size settings
  • Fix search log entry not written for the result listing page
  • Other minor fixes/improvements

v4.0.0

07 Mar 17:03
Compare
Choose a tag to compare

Version 4.0 of the plugin brings new and improved features:

  • Refactor of the search class to allow the use of different search engines (with automatic fallback to MySQL if the search engine is unavailable)
  • Support for using Typesense as a search engine (with the Typesense add-on)
  • Improved display of categories and brands in the dropdown
  • Search in the product category and brand
  • Complete rewrite of the JavaScript code of dropdown and results page with React and TypeScript
  • Improved dropdown accessibility and keyboard navigation
  • Various bug fixes and improvements

v4.0.0 Beta

24 Feb 08:42
Compare
Choose a tag to compare
v4.0.0 Beta Pre-release
Pre-release

Version 4.0 of the plugin brings new and improved features:

  • Refactor of the search class to allow the use of different search engines (with automatic fallback to MySQL if the search engine is unavailable)
  • Support for using Typesense as a search engine (with the Typesense add-on)
  • Improved display of categories and brands in the dropdown
  • Search in the product category and brand
  • Complete rewrite of the JavaScript code of dropdown and results page with React and TypeScript
  • Improved dropdown accessibility and keyboard navigation
  • Various bug fixes and improvements

v3.0.1

13 Jan 18:28
Compare
Choose a tag to compare
  • Add product keywords meta tag to the searchable fields
  • Fix incorrect use of product views field

v3.0.0

11 Jan 15:39
Compare
Choose a tag to compare

Version 3.0.0 brings new features and substantial improvements to previous versions:

  • Code almost entirely rewritten – no more slow searches or out of memory errors!
  • New search and rank logic, a combination of MySQL Full-Text search with Query Expansion and LIKE/REGEXP queries
  • New, additional search results page with sortable product list and infinite scroll
  • New admin settings, including control of which fields to search and their order
  • More robust dropdown auto-positioning
  • Support for Zen Cart 1.5.8 language files and plugin upgrade functionality
  • Additional template files for the Bootstrap theme
  • Integration with Search Log plugin
  • Admin settings validation
  • Removed jQuery dependency
  • Bug fixes

Compatible with Zen Cart 1.5.7 and 1.5.8, and PHP version 7.4 through 8.2.

v2.1.0

20 May 09:55
Compare
Choose a tag to compare
  • Improved search performance
  • Added option for searching into product's attributes (#9)
  • Added option for minimum search term length (#12)
  • Bug fixes

v2.0.1

02 May 15:49
Compare
Choose a tag to compare
  • Added debouncing with configurable wait time (fixes #11)
  • Removed old css rules

v2.0.0

02 May 15:49
Compare
Choose a tag to compare
  • Added configuration options in the Admin
    • enable/disable plugin
    • max # of results to be displayed
    • enable/disable display of images, model, price
    • enable/disable search on product's model, category, manufactuerer
  • Optional search on categories and manufacturers
  • Code refactoring
  • Various code and visual improvements