I have a simple search started that searches a database of psychologists.
I’d like users to be able to search psychologists by specialty, which is a custom field in the psychologists channel. The specialty custom field I’m referring to is populated by a custom field pulled in from a different Channel. (on the custom field page for “specialty” I am using checkboxes as field type and I have “Populate the menu from another custom field” and the field is a custom field from another channel.)
It doesn’t show any results when I search on known specialties, but I’m not sure if it should.
Should I be able to perform a search like this that uses a custom field with data from another channel?
If not, I’ll stop trying to figure it out and implement it a different way. Just wanted to check…
{exp:search:simple_form channel="psychologists" form_id="psychologist-search" search_in="entries" where="all" result_page="resources/search-results" no_result_page="resources/no-results"}
<h3>Search by</h3><p> <br />
</p><h6>Specialty</h6><p> <br />
<input id="keywords" name="keywords" value="" /><br />
<input id="submit-search" name="Go" type="submit" value="Go" class="block submit" /><br />
{/exp:search:simple_form}Thank you!