Django Admin Autocomplete Field Search Customization

Then I’m not following what you’re referring to here.

From autocomplete_fields -

You must define search_fields on the related object’s ModelAdmin because the autocomplete search uses it.

So in your data entry form, if you have an FK using the autocomplete field, it is calling the search on the target model.