You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi to community I am new to it can any one explain how to give call to $modify using post man I want to use this in GET request
from postman
GET localost:3000/perosn?$modify=filterGender=['gender', 'female'] its considering $modify as a column and adding it to where clause.
I hope you've created the modifier in your model. $modify will be an array,
so it will have to be used like ?$modify[]=filterGender&$modify[]=female
Regards,
Devashish Sethia
On Mon, Jul 12, 2021 at 12:06 AM Prashant Nirgun ***@***.***> wrote:
Hi to community I am new to it can any one explain how to give call to
$modify using post man I want to use this in GET request
from postman
GET localost:3000/perosn?$modify=filterGender=['gender', 'female'] its
considering $modify as a column and adding it to where clause.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDTWCXCPU432PEC53H3SADTXHQEVANCNFSM4LGFJNGQ>
.
Hi,
Does feathers-objection support using filters without using it in a eager query? Like how we can do with Objection:
It would be great if we can pass a $modify query parameter and use static modifiers.
Thanks.
The text was updated successfully, but these errors were encountered: