gaffneyc / sunspot-queue

Background search indexing using existing worker systems
MIT License
35 stars 37 forks source link

Ignore default scopes when retrieving active records #26

Open opsb opened 8 years ago

opsb commented 8 years ago

Currently sunspot-queue will fail to retrieve active records if default scopes filter them out. This PR unscopes the default scopes first so that they're always found.