odata-v4-sql icon indicating copy to clipboard operation
odata-v4-sql copied to clipboard

How to parse multiple query parameters at once?

Open nrail-joerg-walter opened this issue 5 years ago • 0 comments

I tried

import { createQuery } from 'odata-v4-sql';

const query = createQuery("$filter=Size eq 4 and Age gt 18;$top=100;$skip=10");

but it throws

nrail-joerg-walter avatar May 04 '20 12:05 nrail-joerg-walter