I'm trying to return results based on a year stored in a custom field. For example, returning entries with a model year greater than 2006 and less than 2009. Is there a search syntax to support this?
For example: for entry in craft.entries.section('equipment').search(modelYear: > 2006 && < 2009) …