Multiple columns 'OR' search
Multiple columns 'OR' search
mattrick
Posts: 1Questions: 0Answers: 0
Hello. I've noticed, that currently columns([1,2,3,4]).search() performs 'AND' search - gets rows only if text is present in column 1, 2, 3 and 4 concurrently. I've tried to look at the code and change it myself, but didn't really manage to do it. Is it possible to add flag which allows to search for text in column 1 or 2 or 3 or 4? Or maybe somebody did it already?
Thanks in advance for reply.
Best regards,
This discussion has been closed.