Releases: pimcore/generic-data-index-bundle
Releases · pimcore/generic-data-index-bundle
1.2.3
What's Changed
- [Bug] Fix lexer token and workflows by @lukmzig in #260
- [Bug] Block adapter Normalizer by @lukmzig in #264
- [Task] Add Static Resolver 2.0 by @martineiber in #265
- [Bug] Do not overwrite default failure transport by @morgannilsson in #261
New Contributors
- @morgannilsson made their first contribution in #261
Full Changelog: v1.2.2...v1.2.3
https://github.com/pimcore/generic-data-index-bundle/milestone/19?closed=1
v1.2.2
What's Changed
- [Task] Reenable roave/security by @mattamon in #223
- [Bug] Index errors with field collection fields by @lukmzig in #228
- [Bug] DocumentTypeAdapter getRelatedItemsOnUpdateQuery return empty query by @lukmzig in #234
- [Bug] Add missing normalize methods to containers by @lukmzig in #240
- [Bug] Wrong shortcut on generic-data-index:update:index by @lukmzig in #242
- [Bug] Base permissions should be false by default by @lukmzig in #244
- [Bug] Wring index name passed for data objects deletion by @lukmzig in #251
- [Bug]: Add missing element search index name prefix by @lukmzig in #253
- [Bug]: Classes with missing internal by @lukmzig in #241
Full Changelog: v1.2.1...v1.2.2
https://github.com/pimcore/generic-data-index-bundle/issues?q=is%3Aclosed+milestone%3A1.2.2
v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.1.5
What's Changed
Full Changelog: v1.1.4...v1.1.5
v1.2.0
What's Changed
- Add SearchResultIdListService by @markus-moser in #172
- Respect defined sort order in SearchResultIdListService by @markus-moser in #173
- Element to search result item transformers by @markus-moser in #181
- Introduce CachedSearchIndexMappingService by @markus-moser in #182
- Combine multiple queries to BoolQuery in QueryList by @markus-moser in #186
- Fix element to search result items transformers by @markus-moser in #188
- Implement file size aggregation services for assets by @markus-moser in #187
- Revert wrong commits by @markus-moser in #192
- Add filter search modifiers with definable field names by @markus-moser in #185
- Add and improve sort order modifiers by @markus-moser in #183
- Use correct OpenSearch mappings for date + time attribute types by @markus-moser in #193
- [PQL] Add synonym field name transformer by @markus-moser in #194
- Improve console output messages by @markus-moser in #196
- Create index if not exists while trying to reindex its mapping by @markus-moser in #199
- Centralize logic for class definition reindexing by @markus-moser in #200
- Add classDefinitionIcon to data object indices by @markus-moser in #198
- Extend PQL with new operators (!=, not like) and support for null/empty values by @markus-moser in #195
- Add info about auto_create_index by @dpfaffenbauer in #203
- Data object search service - order by key vs. order by index by @lukmzig in #205
New Contributors
- @dpfaffenbauer made their first contribution in #203
Full Changelog: v1.1.4...v1.2.0
https://github.com/pimcore/generic-data-index-bundle/milestone/9?closed=1
v1.1.4
What's Changed
Full Changelog: v1.1.3...v1.1.4
https://github.com/pimcore/generic-data-index-bundle/milestone/14?closed=1
v1.1.3
What's Changed
- Fix index creation for new class definitions by @markus-moser in #190
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Do not catch exceptions which occur during handling the index queue by @markus-moser in #178
- Fix data object table data type with activated column config by @markus-moser in #179
- Catch throwable instead of exception for thumbnail generation to avoid that the indexing queue breaks by @markus-moser in #180
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Fix missing data-object-folder index in data-object alias by @markus-moser in #174
- Add ignore_above configs to keyword fields to avoid max_bytes_length_exceeded_exception by @markus-moser in #176
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Remove unsued models by @markus-moser in #109
- Prepare functional tests setup by @markus-moser in #104
- Add indexing mechanism for documents by @lukmzig in #100
- Extend functional tests for data object indexing by @lukmzig in #120
- Change auth for tests by @lukmzig in #115
- Implement missing data object field definition adapters by @lukmzig in #125
- Handle AdminSettingsSubscriber logic via Symfony messenger by @lukmzig in #128
- Pagination for big amounts of data by @lukmzig in #132
- Update CLA check by @markus-moser in #138
- Deployment strategy by @lukmzig in #133
- [Improvement] Search will not return an item if user has no view permission on parent of the parent folder by @markus-moser in #131
- Cannot filter for specific data object class via SearchProviderInterface by @lukmzig in #140
- Do not delete and recreate index on class definitions save by @lukmzig in #135
- Do not hard-code index name in workspace QueryService by @markus-moser in #144
- Add tag filter modifier by @lukmzig in #145
- Add locate in tree service by @markus-moser in #147
- Update SECURITY.md by @markus-moser in #149
- Fix codeception by @markus-moser in #151
- Adapt element permission service by @lukmzig in #153
- Add Pimcore Query Language by @markus-moser in #148
- Improve search services docs by @markus-moser in #156
- Fix issues noticed by SonarCloud by @markus-moser in #158
- Make search services exceptions public by @markus-moser in #161
- Add services to search for all elements and their dependencies by @markus-moser in #159
- Added php 8.3 support by @fashxp in #166
- Fix input quantity value data object type OpenSearch mapping by @markus-moser in #167
- Fix hasWorkflowWithPermissions check in combination with user authentication by @markus-moser in #169
Full Changelog: v1.0.5...v1.1.0