ankane / searchjoy

Search analytics made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused Eager Loading detected

Xosmond opened this issue · comments

Bullet is getting this on the searchjoy module:
/admin/searchjoy/searches/recent
Unused Eager Loading detected
Searchjoy::Search => [:convertable]
Remove from your finder: :includes => [:convertable]

Should you remove it? Im wrong?

Hey Jordano, thanks for reporting. That'll be the case when there are no conversions, but it's needed when there are conversions.