2017 © Pedro Peláez
 

magento2-module mage2-search-and-operator

A config extension, that makes magento2 searches use AND instead of OR Operators

image

arcmedia/mage2-search-and-operator

A config extension, that makes magento2 searches use AND instead of OR Operators

  • Thursday, May 17, 2018
  • by arcmedia
  • Repository
  • 2 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 83 % Grown

The README.md

Magento 2 Search AND Operator

For some rather strange reasons, the devs at Magento have set the default search to combine search words with an OR parameter. Upon entering a search query, results are shown in alphabetical order. This is rather useless, because search results machting all words would apear further down in the list, than a search result that only matches one word but is better ranked in an alphabetic search., (*1)

Example:, (*2)

Search query: The cutest kitten book, (*3)

Results would be:, (*4)

  1. Allowing kids to read a book
  2. Dental surgery using the cutest safety Masks
  3. Many ways to book your holidays
  4. The cutest kitten book

With the AND operator, search results will be:, (*5)

  1. The cutest kitten book

Setup

Install via composer "composer require arcmedia/mage2-search-and-operator", (*6)

run "php bin/magento setup:upgrade" flush all caches., (*7)

The Versions

17/05 2018

dev-master

9999999-dev

A config extension, that makes magento2 searches use AND instead of OR Operators

  Sources   Download

MIT

by David Lee, Arcmedia AG

17/05 2018

1.0.1

1.0.1.0

A config extension, that makes magento2 searches use AND instead of OR Operators

  Sources   Download

MIT

by David Lee, Arcmedia AG

17/05 2018

1.0.0

1.0.0.0

A config extension, that makes magento2 searches use AND instead of OR Operators

  Sources   Download

MIT

by David Lee, Arcmedia AG