Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magento/magento2#12193 Catalog not filtered by admin search bar #12735

Merged
merged 3 commits into from
Apr 28, 2018

Conversation

hannassy
Copy link

@hannassy hannassy commented Dec 15, 2017

Description

If you attempt to use the Search tool in the admin panel, and select "XX in Products" that appears, it brings you to the full catalog view, without narrowing down the list.
This solution backports the one introduced in #10089

Fixed Issues (if relevant)

  1. Catalog not filtered by admin search bar #12193: Catalog not filtered by admin search bar
  2. Using search in Admin panel, and choosing "% in Products" returns full catalog #7861: Using search in Admin panel, and choosing "% in Products" returns full catalog

Steps to reproduce

  1. Log into backend with admin credentials
  2. Click on the search in the top-right corner
  3. Type something about name of products ("telephone" for example)
  4. Click on ""telephone" in Products" to search the word inside catalog

Expected result

  1. Catalog filtered in base of word typed in the search bar

Actual result

  1. Catalog not filtered

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Dec 15, 2017

CLA assistant check
All committers have signed the CLA.

@magento-engcom-team magento-engcom-team added Fixed in 2.3.x The issue has been fixed in 2.3 release line mageconf Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release labels Dec 15, 2017
  - Add fulltext/keyword search field for product admin grid
@magento-engcom-team
Copy link
Contributor

Hi @hannassy. Thank you for your contribution.
Changes from your Pull Request will be available with the upcoming 2.2.5 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Component: Search Fixed in 2.3.x The issue has been fixed in 2.3 release line Progress: accept Release Line: 2.2 Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants