Skip to content

Enhancements

Compare
Choose a tag to compare
@carlosescri carlosescri released this 23 Oct 13:31
· 33 commits to master since this release
9808216

Added

  • 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).