Summary:
Page Limit does not conserve criterias
Detailed Description:
Hi,
with an action search, with pagination, the next page don't conserve previous
criterias as action=search and filter.
In the first call, here is the content of $actionparams :
Array ( [returnid] => 13 [filter] => theme,media,sujet,dispo [pagelimit] => 1
[search_theme] => [search_sujet] => [search_media] => Mixed media [search_dispo]
=> [action] => default )
Note that action is default even if I've called action=search...
In page number 2 $actionparams contain :
Array ( [pagenumber] => 2 [pagelimit] => 1 [returnid] => 13 [action] => default
[inline] => 0 [module] => LISEoeuvres )
All criterias have disappeared.
Regards