magento / magento/magento2-sample-data
Multiple Select attribute value not display in search result page properly.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 212
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
I have installed Magento 2.2.2 with sample data. I want to be searchable for Pattern attributes from default sample data. I have edit Patter attribute from Stores -> Product and Set Use In Search of Yes and set search Weight to default 1. Now There are Total 5 products are available to Pattern with striped value in sample data.
When we search for 'striped' from search bar, They will give result only four product instead of five products already contains the striped value for pattern attributes. If I set for another product with striped value for pattern attribute though they will also not display in search result page. I have tried with run indexer and cache command but not getting the proper result. Is there an Issue for multiple select attribute value in search page?
### Preconditions
1. Magento CE 2.2.2
### Steps to reproduce
1. Install Sample data in fresh instance.
2. Go To Stores -> Product, Make Pattern Attribute for Use in Search.
3. Run Indexer command.
4. Search Striped or any other option from Pattern attribute.
### Expected result
1.In search result, Display all of the product which has Attribute option value equal to striped.
### Actual result
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with Magento CE 2.2.2 sample data: enable Use In Search for the Pattern attribute, run the indexer, and search for “striped.” Compare the five expected products with the search results, then trace the sample-data Pattern values and search-indexing entry points until the missing product is accounted for; done means all matching products appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100