@webiny/api-headless-cms-ddb-es
Version:
DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.
13 lines (12 loc) • 542 B
TypeScript
/**
* TODO remove rawValue when field aliases and field types targeting will be active.
*
* Currently we use rawValue for the values that we do not want to be indexed.
* When field aliases and types in the value path will be active, we can target the keys directly.
*
* This change will be incompatible with the current systems so we will need to release a major version.
*
*/
import { CmsModelFieldToElasticsearchPlugin } from "../../types";
declare const _default: () => CmsModelFieldToElasticsearchPlugin;
export default _default;