WP Search
This class extends BaseSearch and allows requests to be made to any available resource in the OpenGate North API. Use this class when the resource does not have the ‘search’ prefix; otherwise, use the Search class.
constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | this is configuration about Opengate North API. |
| url | string |
❌ | this define a specific resource to make the search |
| filter | object |
❌ | this is the filter |
| limit | object |
❌ | this is the pagination about the search |
| sort | object |
❌ | this defined parameters to order the result of search |
| group | object |
❌ | |
| select | object |
❌ | |
| timeout | nubmer |
❌ |