Releases: massiveart/MassiveSearchBundle
Releases · massiveart/MassiveSearchBundle
0.12.0
0.11.0
- BUGFIX #71 Fixed caching of repository method
- BUGFIX #70 Added missing passing of options to PrefixDecorator
- FEATURE #67 Added support for sort/order for elastic search
- FEATURE #68 Introduce decorators for index names and introduce prefixes
- FEATURE #66 Added support for date
- FEATURE #60 Added support for custom type converter
- FEATURE #60 Added support for arrays
0.10.0
0.9.0
0.8.0
0.7.0
Bugfix
- [Metadata] Added scalar check
0.6.0
- [Configuraiton] Undefined index when elastic search is used without
configuration - [Search] If not localized managed indexes exist then a global search is
performed: #38 - [Metadata] BC BREAK: Removed index strategies, replaced with explicit
storedand
indexedandaggregateflags. - [Metadata] Added metadata cache
- [Metadata] Added metadata providers
0.5.1
- [ZendLucene] Add index type 'INDEX_STORED_INDEXED'
0.5.0
- [TestAdapter] Supports indexes
- [Mapping] Expression language
- [REST] REST API
- [Persistence] Doctrine ORM event subscriber
- [Elastic] Elasticsearch adapter
- [Localization] Localization strategy support
- [Config] Renamed
adapter_idtoadapterin configuration. See UPGRADE.md - [Rebuild] Added core support for rebuilding indexes via
massive:search:index:rebuild command