Lazarus, WebIndexedDbClientDataset1 and search

How can i do a search like this.

WebIndexedDbClientDataset1.Filtered := false;
WebIndexedDbClientDataset1.Filter := 'Partner LIKE ''p%''';
WebIndexedDbClientDataset1.Filtered := true;

this failed!

It looks like this is a pas2js RTL issue.
We reported this to the pas2js team.