Using WordPress and PodsFramework v2.3.18
Iām trying to query results from a pod using a related field. This field is related to a pod that is related to another pod.
Ex.
Episode.producer_location -> Locations
Location.license -> Licenses
License.name -> Field I want to group the Episode results by
Here is my setup:
3 pods: Episodes, Locations, Licenses
Episodes.producer_location has a relationship with the Locations pod. Locations.license has a relationship with the Licenses pod.
I am trying to group the results by the license name, which is related by the location to the episode.
Is this possible?