Flowpack.ElasticSearch.ContentRepositoryAdaptor icon indicating copy to clipboard operation
Flowpack.ElasticSearch.ContentRepositoryAdaptor copied to clipboard

Flowpack.ElasticSearch adapter to support the Neos Content Repository

Results 28 Flowpack.ElasticSearch.ContentRepositoryAdaptor issues
Sort by recently updated
recently updated
newest added

The `convertValue()` method now converts also `DateTimeImmutable` instead of only `DateTime`.

Given: - a node that is contained in a container, e.g. a multi-column element, containing text "Foobar" - that container is marked as hidden - the fulltext index is built...

I: ‌‌Help wanted
T: Bug

I've just removed an unused old version 7.x `use TargetContextPath`, since, I think, this has been replaced by `DocumentIdentifierGenerator`.

The fulltext fields for hidden nodes previously were calculated but then not stored. This makes sense for removed nodes but hidden nodes exist and may be found by users that...

If searched for `"test"` it gets escaped and then trimmed to `\"test\` which leads to an error: ``` [type] => query_shard_exception [reason] => Failed to parse query [\"test\] [caused_by] =>...

Currently, the identifier of the elasticsearch document is calculated using the nodepath. When a node is moved, a new document with a new identifier is added to the index instead...

``` { "update": { "_index": "app-a7106994710190d3408cd8ae0aaff28e-1607503492", "_type": "_doc", "_id": "c63e218fd4d451f2e838fa8fa55c61a062750290", "status": 409, "error": { "type": "version_conflict_engine_exception", "reason": "[c63e218fd4d451f2e838fa8fa55c61a062750290]: version conflict, required seqNo [20278], primary term [1]. current document has seqNo...

We have a setup with a dimension "zz" that only shares the rootpage for language selection, but is defaultPreset. In the latest version of the Adaptor (on Neos 5.2 &...

By using ``multi_match`` instead of ``query_string`` within our search query, we prevent the accidental injection of Lucene search query strings. Currently an exception is thrown when adding ``"`` to your...

... Instead of manipulating context node path using string replace, we should _instead_ do the following: if NodeInUserWorkspace is published + should be indexed, create an new context (with same...

I: Discussion‌‌
T: PHP
T: Bug
T: Enhancement