Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 862 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 862 Bytes

Elastic TopMenu Code Climate

WIP

This Magento extension uses elasticsearch as a condensed product information index allowing for speedy tree building

Simply extract to your magento base dir and build your elasticsearch product info index via adminhtml > system > index management

Adheres to Elastica's default of 10 result max - if totalHits > 10 adds a "See more..." item to category's child tree that links to said category.

TODO:

  1. Give categories option to enable/disable products in nav
  2. Fix search and autosuggest
  3. Add a layered nav ajax <-> elasticsearch extension for freaky fast filtering
  4. Play with building additional indexes within elasticsearch
  5. Make composer installable