Ed,
In the current XMod, in filtering options, you can assign either the name or value to the cboState filter option.
If you check the box next to the filter option, use value, it accepts the passed querystring parameter for the value of the field (State abbreviation).
Since the State values are directly returned from the DNN Lists table, the name is the State name and the value is the abbreviation.
In the builtin Xmod search, only the name is returned for the search results.
In the advanced search for BD, the select statement for the return of State would have to be modified to return the state value (abbreviation)
It is important if you customize these options that you end up with the correct matching pair.
If you are passing the State value and you have the Filtering options set to the State name, no data would be returned.
Buck |