-
Notifications
You must be signed in to change notification settings - Fork 341
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
Attribute Export: Missing "Facet internal logic" in CSV #2978
Comments
Hello @FadedOut, Provide output or screenshot of what you have in the specified column in your DB by running this query: BTW, normally this column should have 0 or 1 values, where 0 => OR, 1 => AND. BR, |
Hi Vadym, I have the SQL file and turned it into CSV as well so you can decipher using both. It appears that column is missing entirely in the DB, I think. |
Yeap, I don't see BR, |
Hm well this was a fresh install of 2.4.6-p1 that I added smile elasticsuite to. So possibly something up with the install scripts? Is there a way I can add the column so it that will function properly? Or is there a more in-depth process involved than simply adding the column. TIA |
I will try to reproduce this on a fresh 2.4.6-p1 and elasticsuite. BR, |
…-db_schema-xml-2.11-fix Fix #2978, update db_schema.xml
Preconditions
Magento Version : CE 2.4.6-p1
ElasticSuite Version : 2.11.2 (latest)
Environment : Developer mode
Third party modules :
The only module that "might" have an effect on this could be: Bss_CustomProductAttributeExport, but all other fields show properly when exporting the smile attribute values - so I don't believe this should be an issue.
Steps to reproduce
Expected result
Actual result
I attempted to place the following into the column fields but it didn't change the value to what I wanted (from OR to AND, vice versa).
or
and
_or
_and
The text was updated successfully, but these errors were encountered: