customizeSearch(context)
Function Declaration |
|
Type |
Interface function |
Description |
Runs a custom logic before running the search. The search object can be modified to accommodate any necessary changes. For example, you can use this function to add filters or conditions to the search. |
Returns |
search.Search |
Input Parameters |
source: SectionSource, request: FileProcessingRequestParams, sourceSearch: search.Search
Note:
The search.Search parameter is the object type interface Search from N/search. |
Related Topics
- File Builder Interface Functions
- afterGetPendingRequest(context)
- getPendingRequestFailure(context)
- processSourceData(context)
- processSourceFailure(context)
- beforeProcessRow(context)
- afterProcessRow(context)
- beforeSaveOutputFile(context)
- beforeSaveOutputFileWithOpt(context)
- afterSaveOutputFile(context)
- customizeQuery(context)
- customizeFieldValue(context)