- Added option to configure whether search engine needs removal of documents before update (thanks @pspanja)
- Support the list of content class IDs when searching
- EZP-27460: Solr indexing when moving locations (thanks @andrerom)
- Fix for full text search (thanks @hknezevic)
- Fix a potential issue with empty array passed to
eZContentObjectTreeNode::fetch
(thanks @fdege)
- Do not use
search_engine
parameter as it is unreliable
- Fix failures to index content restored from trash and sent to trash (thanks @pspanja)
- Add eZ Platform index subtree cron to index
index_subtree
pending actions (thanks @harmstyler) - Fix failure to index copied content (thanks @harmstyler)
- Locations are searched by default
- Use
findContentInfo
instead offindContent
method when content is being searched
- Bug fix: Indexing handler expects SPI content, not API one
- Add config to use content search instead of location search
- Bug fix: Do not ignore permissions when searching locations
- Do not use
needCommit
flag directly, should be used by clients
- Initial release