This query returns all objects in the Broker containing the word Arizona.
This query returns all objects in the Broker that contain both words anywhere in the object in any order.
"Arizona desert"
This query returns all objects in the Broker that contain Arizona desert as a phrase. Notice that you need to put double quotes around the phrase.
"Arizona desert" AND windsurfing
This query returns all objects in the Broker where the Title attribute contains the value windsurfing.
"Arizona desert" AND (Title : windsurfing)
This query returns all objects in the Broker that contain the phrase Arizona desert and where the Title attribute of the same object contains the value windsurfing.