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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Fetches all SQL result rows as an associative array.
The first column is the key, the entire row array is the value.
You should construct the query to be sure that the first column contains unique values,
or else rows with duplicate values in the first column will overwrite previous data.
Running the row query directly on DB results in 42 rows, but during debugging (since the limitation of the fetchAssoc) only can see 4 records.
The text was updated successfully, but these errors were encountered:
https://mysite.local.com/vue_storefront_magento/taxrule/_search?pretty
M2 backend:
As you see indexer nicely picking up every information except Customer and Product Tax classes.
The related indexer part it falling back to https://github.com/DivanteLtd/magento2-vsbridge-indexer/blob/main/src/module-vsbridge-indexer-tax/ResourceModel/TaxClasses.php#L39, and according to fetchAssoc($select):
Running the row query directly on DB results in 42 rows, but during debugging (since the limitation of the fetchAssoc) only can see 4 records.
The text was updated successfully, but these errors were encountered: