Page 1 of 1

after search the pagination on admin

Posted: 08 Feb 2017, 10:03
by wenotine
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!!!

Re: after search the pagination on admin

Posted: 08 Feb 2017, 10:24
by aimeos
Which version do you use, what's your environment and does it happen in the simple or expert mode?

Re: after search the pagination on admin

Posted: 08 Feb 2017, 13:27
by wenotine
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!

Re: after search the pagination on admin

Posted: 08 Feb 2017, 15:39
by aimeos
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!