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.