magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Need Autocomplete Preview Feature for Site Search #21

Open magento-engcom-team opened 6 years ago

magento-engcom-team commented 6 years ago

Card

As a customer I want an autocomplete / preview of suggested search terms and top products displayed to me as I'm typing in my search query so that I can find what I want to buy faster.

Notes / Details

Coding Details / Pointers to Interfaces to use

Acceptance Criteria (AC)

  1. As customer types in search query they see top suggested search terms and top suggested products for the partially matched search query.
  2. A customer can select a suggested search terms or top suggested product and execute that search term query or go right to that product page. They can also select all product results link. Alternatively they can hit enter and execute their search query as they have entered it.
  3. An administrator can configure how many top suggested products and top suggested search terms to display
  4. Developed using public apis; adding appropriate public apis so feature can be easily customized or extended in the future

Original Report: https://github.com/magento/magento2/issues/11104 by @choukalos