field_lessequal

Searches for documents containing applications of a specified field to values that are less than or equal to a specified value.

Syntax

[ <= : <text_term> ]

Parameters

Parameter Description
<text_term> A term which may be found in the content collection.

Remarks

The field_lessequal is most useful when the field is of date, time or numeric type; however, text fields will return hits based on the alphabetical listing of the field contents.

Example

[field, discoveries: [<= : 8/10/75]]

See Also

boolean_field

text_term