Phu Nguyen
Results
2
comments of
Phu Nguyen
@gaboelnuevo I think your idea is similar to api `join` Can you take a look at https://github.com/mrphu3074/realm-query#joinquery-realmquery-realmquery ?
@gaboelnuevo I can update this api to support logic operator (OR|AND) and default is AND ``` function join(query, logicOp = 'AND') { // } ``` What do you think?