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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi:
Mysql::Error: Unknown column 'users.order' in 'where clause': SELECT * FROM users WHERE (users.order = 'NAME ASC') LIMIT 0, 20
users
order
=> that's what I got on a fresh install of Gibberish.
I was not able to figure out how to solve the problem yet.
in users_controller: @search = User.search({:order => 'NAME ASC'}.merge(params[:search] || {}))
I already added Gibberish.add_reserved_key :order
How to solve?
BR, Sebastian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi:
Mysql::Error: Unknown column 'users.order' in 'where clause': SELECT * FROM
users
WHERE (users
.order
= 'NAME ASC') LIMIT 0, 20=> that's what I got on a fresh install of Gibberish.
I was not able to figure out how to solve the problem yet.
in users_controller:
@search = User.search({:order => 'NAME ASC'}.merge(params[:search] || {}))
I already added
Gibberish.add_reserved_key :order
How to solve?
BR,
Sebastian
The text was updated successfully, but these errors were encountered: