We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
in the 'Combine scopes with "OR"' section it says:
User.id_or_age_lt_or_username_or_first_name_begins_with(10) => "id < 10 OR age < 10 OR username LIKE 'ben%' OR first_name like'ben%'"
Am I missing something fundamental? Where does the term 'ben' come into it? It doesn't even follow from the example above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in the 'Combine scopes with "OR"' section it says:
Am I missing something fundamental? Where does the term 'ben' come into it? It doesn't even follow from the example above.
The text was updated successfully, but these errors were encountered: