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
|`fetch_object_for_variant` | false | bool | If true and object is type of `variant` the next parent gets fetched first until type `object` has been reached |
200
+
| Name | Default Value | Allowed Type | Description |
|`fetch_object_for_variant` | false | bool | If true and object is type of `variant` the next parent gets fetched first until type `object` has been reached |
220
204
221
205
##### DocumentMetaExtractor
222
206
Identifier: `document_meta_extractor`
@@ -225,9 +209,9 @@ Returns documents meta title or description.
225
209
Return Type: `string|null`
226
210
Options:
227
211
228
-
| Name | Default Value | Allowed Type| Description |
-[FEATURE]`object_getter_extractor` more flexibility (#24)
6
-
- support mixed types
7
-
-`transform_callback` option
8
-
9
-
## 2.0.1
10
-
-[BUGFIX] Add null coalescing operator to `$options['asset_limit']` in `AssetListBuilder:getList()`
11
-
-[BUGFIX] Allow `null` as locale value `normalizer_value_callback`
12
-
13
-
## Migrating from Version 1.x to Version 2.0.0
3
+
## Migrating from Version 2.x to Version 3.0.0
14
4
15
5
### Global Changes
16
-
- PHP8 return type declarations added: you may have to adjust your extensions accordingly
17
-
-`ProxyResolverInterface` (also the corresponding `ObjectProxyResolver` service) and tag `ds_trinity_data.proxy_resolver`has been removed, you have to use
18
-
the [resource validator](https://github.com/dachcom-digital/pimcore-dynamic-search/blob/master/docs/40_ResourceValidator.md) now:
19
-
- Method `checkResourceProxy` from `DataProviderService` has been removed
20
-
- Option `object_proxy_identifier` and `object_proxy_settings` in provider configuration have been removed
21
-
- Event `DataProxyEvent` via `DsTrinityDataEvents::PROXY_DEFAULT_DATA_OBJECT` has been removed
22
-
- The option `object_ignore_unpublished` and `object_ignore_unpublished` has [been removed](https://github.com/dachcom-digital/pimcore-dynamic-search-data-provider-trinity/issues/16)
23
-
- ⚠️ By default, unpublished elements will be fetched **by default**. Read more about this problematic fact [here](./docs/10_publishUnpublishedElements.md)
0 commit comments