shots/contents.gifshots/index.gifshots/prev1.gifshots/next1.gif

Punctuation Marks in Queries

Any character without special meaning in the Verity Query Language can be entered anywhere in a query. For example, this query finds pages that match the phrase:

shots/sea00028.gif

The following characters have special meaning in the Verity Query Language.

Character
Description
, ( ) [
These characters end a text token.
= > < !
These characters end a text token because they signify the start of a field operator (! is special: != ends a token).
@ ` < { [ !
These characters signify the start of a delimited token, which are terminated by the end character associated with the start character.

To search for a string that contains one of these characters, precede the character with a backslash. For example, to find pages that match Ricks Cafe, enter this query:

shots/sea00029.gif

Tip

To search for a string that contains a backslash character, enter two backslash characters. For example, to find a page that contains a directory named c:\games, enter this query:

shots/sea00030.gif

shots/contents.gifshots/index.gifshots/prev1.gifshots/next1.gif