How to increase the displayed products in admin?
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to increase the displayed products in admin?
Hi
We have more than 10,000 products, but only 10,000 are displayed in the product list.
I tried the following configuration:
However, it did not affect the product list.
Is there a configuration to increase the number of products shown in the admin product list?
Aimeos version: 2024.07.1
PHP version: 8.2
Environment: Mac
We have more than 10,000 products, but only 10,000 are displayed in the product list.
I tried the following configuration:
Code: Select all
mshop/common/manager/aggregate/limit = 20000
Is there a configuration to increase the number of products shown in the admin product list?
Aimeos version: 2024.07.1
PHP version: 8.2
Environment: Mac
Re: How to increase the displayed products in admin?
It simply doesn't make sense to show more products because nobody will step to more than 400 pages. Use the filter to search for the products instead.
The maximum number of products shown in the backend is limited to 10,000 because counting all items can take a long time. If you have 1 million products, this will take several seconds and will slow down displaying the list page. If you have 1 billion, it can take minutes before the list page is shown.
The maximum number of products shown in the backend is limited to 10,000 because counting all items can take a long time. If you have 1 million products, this will take several seconds and will slow down displaying the list page. If you have 1 billion, it can take minutes before the list page is shown.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star