skipapostrophe parameter |
|
Use the skipapostrophe parameter of the SocketSearch configuration file to specify how to handle a single quote when one is encountered. If set to ON, any apostrophe or single quote encountered whithin a section of text being indexed is removed, and the characters on either side made adjacent to each other with no intervening space. If set to OFF, any apostrophe or single quote encountered whithin a section of text being indexed is replaced by a blank.
Example
skipapostrophe value |
text being indexed |
result |
ON |
Bill's |
Bills |
OFF |
Bill's |
Bill s |
The value used in the LoadUpdate configuration file must match the value used in the SocketSearch configuration file.
Required |
Default |
Valid Values |
NO |
OFF |
OFF, ON |