columns() OR rather than AND

columns() OR rather than AND

nicontrolsnicontrols Posts: 32Questions: 16Answers: 1

I am searching across 2 columns:

table.columns([0,1]).search("hello").draw();

This seems to equate to if column 0 = hello AND column 1 = hello. Is there a way to match if either column 0 OR column 1 instead?

This discussion has been closed.