Search functionality in ‘taxonomy postbox’ on edit post page

Use jquery-ui-autocomplete, which is delivered with WP.

The add an action that builds & filters the list.

You will have to deregister the post_categories_meta_box meta box and add your own, built on the core function post_categories_meta_box(), as the core box hasn’t got any actions or filters.