Closed webdeb closed 4 years ago
@Steams it's working locally without any problems, I would like to release my admin app, and just wanted to ask, what do you think about merging it and publishing on npm, so I can use it from the official channel. Please tell me, if there is something you are not happy with. Thanks
@Steams ~ what do you think? This looks pretty useful to me.
just realized, that there was a bug.. however, just fixed it. Btw. we need some unit-tests here ;) I've created an issue to discuss it separately https://github.com/Steams/ra-data-hasura-graphql/issues/16
@webdeb Current implementation of your PR breaks fuzzy text filtering for me, sends _eq instead of _ilike. Try out fuzzy filtering locally and let me know if it works for you.
And sure i wont mind pushing out a new NPM version after merging.
Thanks men, its fixed now (break
was missing)
This is great, I was about to fork for this exact functionality.
Is there someway to use customFilters with the react-admin List component or would you need to build your own?
This allows queries, which are out of the scope of the default react-admin tables. Like geography or anything else.