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.
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]=valuethat 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.