Searches the database for locations matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
For example, /locations/search?is_active=Y&name=mc*
would find active locations having a name that starts with 'mc'.
of fields from the location table |
context | HttpServletRequest |
a list of RowLocation objects