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
getItems() method in order to deprecate the old items() method.
Deprecation message for getDatatypes() method in favor of the getTypes() method.
getAllTypes() method to retrieve all user and internal datatypes for a search engine.
getInternalTypes() method to retrieve internal datatypes only for a search engine.
Changed
getTypes() now only returns user-defined datatypes and not internal ones so passing the result of that function to deleteType() doesn't produce unexpected results (like removing all search suggestions).