Possible bug: SearchBox not returning choices with an empty constraint

I’m trying to constrain the choices in a SearchBox by an empty constraint however it doesn’t appear to be returning any choices to search.

Here is a screen of my settings:

I would expect this setup to return all the choices to search when ‘Current User User Doctors Jobs Regions’ is empty however I don’t get any choices in the SearchBox when this is the case… Any idea where I’m going wrong or is this a bug?

Are you sure that:

  1. The current page’s user is set?
  2. The current page’s user has at least one user_doctor?
  3. The current page user’s user_doctor has at least one Doctor_job_Regions has values?

A good way to trouble shoot this is to display “Current Page User’s user doctor’s Doctor_jobs_Regions” in a text field on the screen so you know for sure it has content.

Hi SerPounce,

Yes I’ve checked and double checked this. When I display “Current Page User’s user doctor’s Doctor_jobs_Regions” in a text field it doesn’t show any values.

When a value is set in Doctor_job_Regions - the constraint works, however when there is no value set it should ignore the empty constraint and display all choices, but it doesn’t do this.

If you share read only view of your app this shouldn’t take long to figure out where the problem is coming from.

This topic was automatically closed after 14 days. New replies are no longer allowed.