Specify your entire query string including the nonalphanumeric characters. If you include any special characters, you must treat them appropriately, as shown in the following table.
Treat... | Like this: |
---|---|
&
|
Percent-encode ampersands that are part of the query string. |
~ [ ] * ? : ( ) "
|
If you have not changed the HPE IDOL Server default behavior, replace the character with a space. If you configured HPE IDOL Server not to treat any of these characters as a separator by specifying them in the Alternatively, you can instruct HPE IDOL Server to interpret the following characters as normal characters in query syntax by setting the
This disables Wildcard searching, phrase queries, field restrictions, and Boolean operations. |
|