You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third party modules : lots, none related to search
Steps to reproduce
Name a category with an ampersand (&) in the title, for instance "Baby & Child"
Place a product in that category
Navigate in frontend on the home page, the "Baby & Child" category, the product page, perform a search to find that product
Expected result
After the cron:run reindexing of tracker events, events document should be present in the Elasticsearch index with the correct page title (category page event), category label (product page event)
Actual result
The ampersand generates additional request parameters/variables
The original parameters/variables contain partial value and those extra parameters are pushed "as is" as empty ES document fields
Those bogus document fields become part of the mapping
The text was updated successfully, but these errors were encountered:
afoucret
pushed a commit
to afoucret/elasticsuite
that referenced
this issue
Feb 20, 2018
Preconditions
Magento Version : EE 2.2.2
ElasticSuite Version : 2.5.0
Environment : Developer mode
Third party modules : lots, none related to search
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: