added note about prices in the lookup table

Peter Fabian 2019-05-27 10:52:27 +02:00
parent 184ca7ffbe
commit 32a138ca36
1 changed files with 2 additions and 2 deletions

@ -6,9 +6,9 @@ You can check if cron is disabled in the status report; WooCommerce > Status.
Updates can be ran manually via Tools > Scheduled Actions > Pending (click run next to each task). This screen can also help you check progress of the queued updates.
## I am having issues sorting/searching by SKU after the update
## I am having issues sorting/searching by SKU, price after the update
In 3.6, we've extracted data such as product SKU to a lookup table to improve performance during sorting, filtering, and searching, so if the lookup table is not populated correctly you might experience problems searching for SKUs amongst other things.
In 3.6, we've extracted data such as product SKU or prices to a lookup table to improve performance during sorting, filtering, and searching, so if the lookup table is not populated correctly you might experience problems searching for SKUs amongst other things.
The database update for 3.6 must be complete for these queries to work correctly.