Removed features in OC 3.0

Important: To enable a scalable and predictable solution, some old features have been removed:

  • Property extraction based on relations between content types has been removed. In OC 3.0 version you need to supply all metadata needed for property extraction within the content item itself.

  • Query time evaluations of XPath expressions has been removed from the Search API. Previously, if the value of a configured property was not indexed, OC would fetch the document and evaluate the XPath for the missing properties before returning the search result to make sure they were always included. In OC 3.0 only what is indexed will be returned in a search result. If you change the properties config, a reindex of the content is needed.

  • Support for multiple storages and import storage rules have been removed. There can only be one storage.

  • Identifiers as a feature is removed.

  • The import metadata rules function is removed.

Default search response properties can’t be configured anymore. The client should always specify what properties it wants in the search response. If the client does not specify any properties all will be returned.

Last updated