Is there a way to have a boolean as type of an inputs key. Using
CODE
where metadata = "true"
in my query has the same effect as
CODE
where metadata = "false"
cause in the open table javascript both are strings, so this
is always true. This is my key declaration in the xml: [code][/code]<key id='metadata' type='xs:boolean' paramType='variable' required="false" />