I have a requestParameter like this for filtering on a table, the all filtering process is behind, server-side, can you advise me how to filter on multiple fields and have multi-select parameter, thanks in advance
{
"pageNumber": 1,
"pageSize": 10,
"invoiceNumber": [
"test1",
"test2"
],
"date": [
"date1",
"date2"
],
"beginDate": [
"string"
],
"endDate": [
"string"
],
"sh": [
0
],
"signatureStatus": [
0
],
"paymentType": [
0
]
}