<= (less than or equal)

Selects documents whose document fields contain values that are less than or equal to the specified string that is being searched for. The following example returns documents that were last changed on or before December 23rd, 2010:

lastChanged <= 20101223000000