Is the Types field a Custom Post Type or Taxonomy that exists on your blog?
Thread Starter
sakilh
(@sakilh)
Thanks for response. No i have another field in another table such as table name wp_local_sites and the column is place_name. I want to show the place_name as Place Name in admin panel.
So you’re looking to add fields from a custom table to the results? I don’t have plans to add that directly to the plugin but you should be able to get and insert those results by using the ‘search_autocomplete_modify_results’ filter. With that filter you can access the final list of results being sent to the Autocomplete. There you can use a custom query to access and insert the custom table values.
Thread Starter
sakilh
(@sakilh)
Yes i think i can it filter now.Thanks for your co-operation.
Marking this as resolved, thanks!