USvER
USvER
Having the same issue. The problem is if you want to use bootstrap variables you need to import bootsrap.less but how to do that? `@import 'custom_bootstrap/custom_bootstrap'` does not work.
This does not work: ``` ruby Model.search_tank(conditions: {category_filters: {type:['New', 'Good']}}) ``` And as per documentation on categories, it will use logical OR for same category... Is there pssibility to use...
I have tested this only on reindex from "rails c" So to fix this i have created a scope, and made reindex only on that scope...