Searches the database for tractors matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
of fields from the tractor table
For example, /tractors/search?service_status=A¤t_hub=>1000000&inspection_date=<=t-100
would find active tractors with over one million miles that haven't been inspected in the last 100 days. |
context | HttpServletRequest |
a list of RowTractor objects