liveSearch:false not recognized for logic change or delete when editing criteria
liveSearch:false not recognized for logic change or delete when editing criteria

When liveSearch is set to false, adding criteria does not trigger the search and needs the button to be clicked.
However, when removing criteria or changing AND/OR logic, the search is performed.
I added the following check around the draw in the listeners for those buttons:
if (_this.c.liveSearch) {
_this.s.dt.draw();
}