Searching Company field
Hi,
I would like the search functionality from the main search bar to also search the company field. Looking at search.php on line 66 it looks like the code exists and this should already work but it's not working for me. The code also suggests I could add another meta_key value for searching, which also doesn't work. Can you please let me know if this should work and if not, how could I get it working?
Thanks,
Darren
search.php line 66 - 72:
// search jobs
if ( APP_POST_TYPE == get_query_var( 'post_type' ) ) {
// additional custom fields for search results
$custom_fields = array(
'_Company',
);