Adapting Text Index
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Adapting Text Index
hi there,
I want to restrict text types in the aimeos search index.
works fine, when saving product texts. but the index is rewritten on index rebuild.
Applying
in the typoscript field of the scheduler task produces the following error.
array_merge(): Argument #2 must be of type array, null given
in ..../aimeos-core/src/MShop/Index/Manager/Text/Standard.php line 780
780: $map['content'] = array_merge( $map['content'], $texts['']['content'] );
what's wrong?
Aimeos Version
2022.10.8
Beside this, it would be helpful to have a configuration option to exclude variants of select products as well as rebate products from the index.
I want to restrict text types in the aimeos search index.
Code: Select all
module.tx_aimeos.settings.mshop.index.manager.text.types {
0 = short
1 = long
}
Applying
Code: Select all
mshop.index.manager.text.types {
0 = short
1 = long
}
array_merge(): Argument #2 must be of type array, null given
in ..../aimeos-core/src/MShop/Index/Manager/Text/Standard.php line 780
780: $map['content'] = array_merge( $map['content'], $texts['']['content'] );
what's wrong?
Aimeos Version
2022.10.8
Beside this, it would be helpful to have a configuration option to exclude variants of select products as well as rebate products from the index.