How can search be used on an endpont?
Table of Contents |
---|
How to use
Pass the user search value into the search parameter.
...
The search words are matched against the columns defined below
Search specifics per endpoint
Per endpoint search can be used only on the fields that are available on the model for the specific endpoint. See below for more information.
Contact
The following columns are used for the search
Columns |
---|
firstname |
lastname |
shortname |
company_name |
postalcode |
address |
city |
Related data contact_communication
Columns |
---|
communication_value |
Related data vehicle_role_line to vehicle
Column |
---|
license_plate |
Vehicle
The following columns are used for the search
Columns |
---|
license_plate |
model |
brand |
chassis_number |
vehicle_version |
Related vehicle_role_line to contact
Columns |
---|
firstname |
lastname |
shortname |
company_name |
Orders
The following columns are used for the search
Columns |
---|
order_number |
description |
Related data order to contact
Columns |
---|
firstname |
lastname |
shortname |
company_name |
Related data contact_communication
Columns |
---|
communication_value |
...