You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search/errors.rb file wasn't being loaded by the client.
Unfortunately this only shows up when NOT running it in specs with everything loaded. ugh. Sorry.
The value of SEARCHABLE_ATTRIBUTES can now optionally
include method names, not just field names.
This makes for easier incorporation of dynamically generated index values,
because it eliminates many cases where you would have had to define
a search_indexable_hash method. If you already have one, it'll
continue to work.