Open nqxcode opened 6 years ago
Because now it is not implemented correctly. In RawQueryBuilder it is necessary to make the appropriate changes for build method, in this place: $value = "({$value}) AND NOT primary_key:({$tmpValue})";
RawQueryBuilder
build
$value = "({$value}) AND NOT primary_key:({$tmpValue})";
Because now it is not implemented correctly. In
RawQueryBuilder
it is necessary to make the appropriate changes forbuild
method, in this place:$value = "({$value}) AND NOT primary_key:({$tmpValue})";