Issue with searching multiple columns

Issue with searching multiple columns

jileeshjileesh Posts: 1Questions: 1Answers: 0

I have to do a search similar to this:
table.DataTable()
.columns( [1, 3] )

            .search( "apple|orange",true,false ).draw();

And as a result I need to get all results with Apple in column 1 or Orange in column 3

This discussion has been closed.