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
I like a lot your plugin. I want to use it to improve my requests.
But I have a problem. One of my requests is to get posts by acf field value. With default rest api and wp rest filter plugin, it is possible to do via /posts?filter[meta_key]=key&filter[meta_value]=value
that gives me list of posts with acf: { key: value }
Is it possible to do with your plugin? I'm confused a bit. I tried to do this via 'orderby=meta_value_num' like in codex and other options trying filtering, but I can't receive needed result.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello there...
I like a lot your plugin. I want to use it to improve my requests.
But I have a problem. One of my requests is to get posts by acf field value. With default rest api and wp rest filter plugin, it is possible to do via
/posts?filter[meta_key]=key&filter[meta_value]=value
that gives me list of posts with
acf: { key: value }
Is it possible to do with your plugin? I'm confused a bit. I tried to do this via 'orderby=meta_value_num' like in codex and other options trying filtering, but I can't receive needed result.
Thanks in advance.
The text was updated successfully, but these errors were encountered: