Hi,
I have some profile fields which are checkboxes and I wish to search by them. When I "check" them in the search form, they seem to be ignored based on the results I'm getting.
To diagnose, in search.php I added the line var_dump($aRequestParams); around line 268
function getBlockCode_Results($iBlockID) {
$aRequestParams = $this->oPF->collectSearchRequestParams();
var_dump($aRequestParams);
and I can see entries for other profile fields whether they are text or dropdown. Just nothing for any checkboxes.
I assigned a default value of 1 for the checkboxes.
Shouldn't the checkboxes be in this array as well? And if so, what should an entry look like?
You can see it here: http://social.rednoodle.com/search_home.php
Any help would be greatly appreciated. Thanks.
- Brian