Indexing error: multiple values on _stock_status_s
- leomoonParticipant5 years, 9 months ago #12576
For some reason, the _stock_status_s field, which I index as text, sortable in order to be able to put in-stock books first sometimes gets sent for indexing as having multiple values. I could not find a pattern, but here is a fragment of the debug info:
https://1drv.ms/t/s!Ah6mDhPS2VbWiKpkHIKUeVYFTYewlQ
Both of these have status out of stock, but the first one, has [outofstock, outofstock] and the second one has just [outofstock].
I checked the database, I checked product->data contents for this failing SKU (59747), but nowhere is stock_status anything but a single string ‘outofstock’. I am not sure why it gets multiplied before it gets sent for indexing?leomoonParticipant5 years, 9 months ago #12589Status is definitely not a taxonomy – only a custom field. It is not listed under taxonomy choices. And for some reason this multiplication of stock_status field value does not happen on all products. I am able to index some 4000 without any problem before it runs into this issue.
You must be logged in to reply to this topic.