So I’ve built a simple job tracking ‘app’ for myself using ACF form.
Clients are one custom post type.
Jobs are another custom post type.
The problem is, when searching for all jobs for a particular client, nothing shows up because I’ve used post-object to connect client to job.
So… simple solution (I think) is to, when saving a job, I add a new field – which takes the info from the post-object and puts it in a text field – to make it searchable.
Unless someone has a better idea 🙂
Thanks in anticipation,
Ross
If you’re still looking for help, how are you doing this search? Is this done with the standard WP search field or something else?