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
Rewrite isSearchableFIeld() and getSearchableFields().
Both must not be overwritten. isSearchableFIeld() must call getSearchableFields() and not the reverse. getSearchableFields() calls doGetSearchableFields() to get additional searchable fields.
Rewrite
isSearchableFIeld()andgetSearchableFields().Both must not be overwritten.
isSearchableFIeld()must callgetSearchableFields()and not the reverse.getSearchableFields()callsdoGetSearchableFields()to get additional searchable fields.