How to add in extra value for search in Server side the Angular way?

How to add in extra value for search in Server side the Angular way?

vinseevinsee Posts: 1Questions: 1Answers: 0
edited November 2020 in Free community support

I have a server-side listing using Angular 9 follow the steps from https://l-lin.github.io/angular-datatables/#/advanced/custom-range-search which is working perfectly. I want to add in extra value in search column before triggering the API. How can I do that? Please help, thanks.

Sample structure: <ExtraValue><StaticSeparator><UserInputValue>
Sample when pass to API: search: {value: "OPEN|mySearchValue", regex: false}

This discussion has been closed.