Skip to content
This release adds two new methods on the builder:

- `orFindBy`, works like the native `orWhere`
- `orFindByNot`, works like the native `orWhere` but inverted (using `!=` instead of `=`)