Home › Forums › General Issues › Search in 3 different custom posts using 3 diferent custom fields › Reply To: Search in 3 different custom posts using 3 diferent custom fields
First of all, thanks for your answer.
// relationship field => ID values
array(
'key' => 'relationship_field_name',
'value' => '"'.$post_id.'"',
'compare' => 'LIKE'
),
lets suppose that there is a posts with IDs 16, 161, 616 and the post that I want to search is 16, wouldn’t this search cause problems? By problems I mean giving wrong results back.
I also think that it is not a good practice to store the ids in a serialized array, so I’m working on a code that stores data adding each ID separated, but I would like to know your opinion. Thanks again John.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.