after search the pagination on admin

How to configure and adapt Aimeos based shops as developer
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!
wenotine
Posts: 10
Joined: 17 Sep 2016, 15:17

after search the pagination on admin

Post by wenotine » 08 Feb 2017, 10:03

Dear Support,

Please help me to solve this:

When I try to search a product and filter:

product status - it automaticly sets the options to: equals and this is the top of the list.

when I click on search, the list extends with more elements: starts with, contains... and two more at the end of the list.

But the search works fine, and if i try to search on the deactivated items:
product status - equals - 0
it works fine, but than, the pagination not working, if there is 2 pages, and I would go to the second, I get the whole list of products, not the desired product status - equals - 0 (second page).

Do you have any solution for this?

Thanks!!!

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: after search the pagination on admin

Post by aimeos » 08 Feb 2017, 10:24

Which version do you use, what's your environment and does it happen in the simple or expert mode?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

wenotine
Posts: 10
Joined: 17 Sep 2016, 15:17

Re: after search the pagination on admin

Post by wenotine » 08 Feb 2017, 13:27

Thanks for the fast reply.

I use:
"laravel/framework": "5.2.*",
"aimeos/aimeos-laravel": "~2016.10",

it only happens in the simple mode.
I tested it on your demo store, and I got the same results.

Thank you!

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: after search the pagination on admin

Post by aimeos » 08 Feb 2017, 15:39

The operator has been lost due to a strange behavior of PHP's in_array() function. This is now fixed in aimeos/aimeos-core 2016.10.8 and you only have to run "composer update". Thanks for your help!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply