Closed heldchen closed 8 years ago
Please do a full reindex, after the index the error message should disappear.
this seems to be still a problem despite the updated code and full reindex
we didn't receive any data on stage_qualipet_magento.
well, you ran the reindex yourself on test, and I did so on prod...
prod: retried with the latest version, reran the indexer, still same exception.
[xxx_prod@xxx1 scripts]$ ./magento.sh indexer:reindex boxalino_indexer
Boxalino Exporter index has been rebuilt successfully in 00:10:30
heads up: running the full index on our test db takes ages (probably due to the historical data migrated into the test db) and therefore needs to be run in a screen session.
maybe it would make sense to have different boxalino indexers in addition to the full one:
boxalino_indexer_products
boxalino_indexer_customers
boxalino_indexer_transactions
the latter two will far less likely require a full reindex in comparsion to the products dataset...
thanks, this looks fixed now.
currently all searches (f.e.
/catalogsearch/result/?q=futter
) result in the following exceptionthis seems to be server side - maybe the plugin should fallback gracefully to the magento internal full text search in such cases?