I’m adding author names to the post titles in a post object relationship field (single value) using the acf/fields/post_object/result filter. Let’s say my new title is Post Title – Jane Doe. Ideally, typing “jane” into the field would narrow down the choices to posts including Jane’s name. However, autocomplete isn’t picking up the names I’ve added, only the words in the original post title.
Is there another filter I need to use to get autocomplete going?
I don’t see any slow queries flagged in Query Monitor.
Increasing the priority from 20 to 99 solved the problem.