FindMulti lacks FindParams-parameter

I use the FindMulti method, but when I use HTML in the grid values it doesn't work. When I use the regular Find() method I can add the fnIgnoreHTMLTags flag in the FindParams parameter.

It would be great if the FindParams parameter was also in the FindMulti method. To me, it would be fine if there is a single FindParams parameter (not necessarily an array of FindParams).

If there is a workaround to use FindMulti when I have HTML tags in my grid values now, I would like to here it.

Best regards,
Lasse

Parameter IgnoreHTML was added to FindMulti() method.

This feature was implemented.