I need to use the “acf/fields/relationship/query/” filter to limit the results returned. But here’s the problem, I only need to do this when the field is displayed in a frontend form. I’m not sure how I can limit this behavior as whether it runs on the frontend or admin it still runs through AJAX and tests positive for is_admin().
Any suggestions are much appreciated.