rayman1104 / ra-data-nestjsx-crud

Data provider which integrates React Admin with NestJS CRUD library
MIT License
100 stars 27 forks source link

improv(Add or param): extract or param from filter and add it into url #28

Closed ADXN94 closed 2 years ago

ADXN94 commented 2 years ago

To add or query in url

filters = { is_published : true, '$OR' : { visibility: 'all', userId: 23 } }

rayman1104 commented 2 years ago

Thanks!

nilrae commented 3 months ago

Is there a way to pass this or filter to a field source like the operators?

<DateInput source='startedAt:between' />

Something like this maybe

<DateInput source='or:startedAt:between' />