Searches the database for trailers 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 trailer table
For example, /trailers/search?is_active=Y&odometer=>1000000&inspection_date=<=t-100
would find active trailers with over one million miles that haven't been inspected in the last 100 days. |
context | HttpServletRequest |
a list of RowTrailer objects