-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fulltext search does not work with multiselect attribute option values #13972
Comments
@superdav42, thank you for your report. |
This is documentation problem. Multiselect attributes needs to have "Visible in Advanced Search" flag checked in addition to "Use in Search" and "Search Weight" mentioned in documentation. After this do reindex. Please see implementation on
|
@nkajic how can I add these options to my attribute that I am creating programmatically? and where is the official documentation on attribute options? |
Hi @engcom-Bravo. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
If it is any help this is my experience. My experience: In my case I made an multi select attribute 'writers' (values writer1, writer2, writer3) . When I search for 'writ' in the search box, the Miravit search autocomplete neatly lists the 3 writers and the book in seperate blocks. Clicking on any writer leads to advanced search &author=x, which means no results - EXCEPT for the first value (writer1). If I search for 'writ' and hit enter (/calalogsearch/results/) it lists Book1 and the 3 writers. However, in the layered nav only writer1 is found. Mirasvit overrides this catalog/search but lists all three writers here as well. Clicking same result (-> advanced search only works for first writer). If I pick advanced search: If I click on the category with Book1 in it, in the layered navigation only Writer1 is listed - again, first value. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
Description
Create a custom product attribute with the multiselect input type. Create several options. Make the attribute searchable and shown in advanced search.
Create product with the attribute and select several values.
Preconditions
Steps to reproduce
Expected result
Actual result
I just opened this issue because my PR to fix it hasn't got any attention yet. #13001
The text was updated successfully, but these errors were encountered: