Search Widget generates error when user types an apostrophe.
My search widget reads the names of terrestrial species of concern from a web service attribute table and displays the names of the species by their scientific and common name. It works well listing all the different species names, both scientific and common.
Within the widget, the option “select by attribute” allows the user to select a single species and display its location. However, an error occurs when the user inputs (types) a species common name that contains an apostrophe.
The error generated is [RPC Fault faultString=”Unable to complete operation.” faultCode=”400” faultDetail=””].
How can I get the widget to accept a user’s input of a common name containing an apostrophe without generating an error?
Gina Ross