Razuna 1.9.5 API - search asset, maxrows returns twice rows

Hi,
I’m using self hosted razuna 1.9.5 on ubuntu 16.04 64 bits.
I noticed a bug with the search asset, if I use the maxrows parameter, it returns twice the number of expected rows.

method : searchassets
searchfor : *
maxrows: 1

Returns 2 rows.

If maxrows : 10, returns 20 rows and so on.
The default value (25) returns 50 rows.

Regards.

I’m wondering if ths may be due to this API http instead of https that somehow some code is executed twice.

Hello,

We will have to look into this and will make an update for it.

Hi,
Any news regarding this subject ?