Or (OR) Boolean logical operator
The Or (OR) Boolean logical operator is used check if at least one of operands is true.
For example:
findit -w 'extension == "bash" OR extension == "sh"'
Will show all the bash and sh files.