Kamille
Kamille
For future reference issues like this are better raised on StackOverflow as GitHub Issues are for tracking bugs. Without seeing all your code my initial sense is that you don't...
The [source code](https://github.com/jhund/filterrific_demo/blob/master/app/models/student.rb) for the demo app shows that the search query field is only querying first name, last name, and email. To set it up to search by ID...
thank you for providing more info for a test case and o the Bachmanity! Confirming that this is a problem. @jhund I think I can fix this, but it will...
You should be able to do this in [the code for your model](http://filterrific.clearcove.ca/pages/active_record_model_api.html) using the `default_filter_params` hash.
This is not necessarily the functionality desired by all users. Switch initialization may be bound to other events than `$(document).ready();`
For future reference this question is better posted on StackOverflow as Github Issues are for tracking bugs. BootstrapSwitch works by having one checkbox. I accomplish what you want with two...
I had to work around this by manually setting the path environment variables at the top of the schedule file instead of your ENV.each loop, particularly with my :PATH variable:...