Finds quote records with the given criteria.
For example, /quotes/search?bill_distance=>=t100&customer_id=mc*
would find quotes from customer IDs starting with 'mc' with a greater than
or equal to 100 mile billing distance.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
of fields from the quote table |
context | HttpServletRequest |
a list of quote records matching the given criteria