Closed
Description
Preconditions (*)
- installing and configuring Elasticsearch 6.8.2 in a Magento 2.3.2(or 2.3-develop) Open Source installation as per devdocs (reindexing and cache:clean ok)
- checking (with Kibana) that the query (GET _search) is sent to Elastic (activating slow log threshold to 0 and checking the queries get passed to Elastic)
- entering word/s in Magento2 search bar and hitting enter generates logs in Elasticsearch and return expected results (same as firing the query "GET _search" in Kibana).
Steps to reproduce (*)
- In magento 2.3 search bar entering a word (without hitting enter) and waiting for autocomplete to return results (search suggestions) in a dropdown list
Expected result (*)
- Query sent to Elasticsearch in order to retrieve "search suggestions"
- Query logged in Elasticsearch logs
- Search suggestions retrieved from Elastic
Actual result (*)
- Magento 2.3 queries instead MySQL search_query table and returns those search suggestions (words not present in whole elasticsearch indexes)
- Queries not logged in elastic logs proving query is made to mysql search_query table
Notes
mysql search_query table contains many words not present in whole Magento because registers search made by previous visitors
thanks,
romeo
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.3 releaseAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done