Searches the database for drivers 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 driver table
For example, /drivers/search?state=AL&last_home_date=<=t-30
would find drivers in the state of Alabama who haven't been home in the
last 30 days. |
context | HttpServletRequest |
a list of RowDriver objects