The OR command adds products to the Working Set that match the expression.
OR expression [ LIMIT expression ]
Examples:
WHERE ebay.active
OR #contains(store.title, 'Toy')
The WHERE command above adds products that are active on eBay to the Working Set. The OR command then adds any products that have titles that contain the word 'Toy.'