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

Currently we use only one index for all sites, that can make some scoring feature of Elastic to not work as expected, by ex. word frequency will take in account...

T: Enhancement

... on publishing node removal

I: ‌‌Merge conflict
I: Needs feedback
T: PHP

Given I have a node in dimension A, on a website with 2 dimanesions A and B and my node does not exist in dimension B During indexing we create...

Given that: - a shared workspace "relaunch" exists - user "john" has been working based on the "live" workspace - Elasticsearch is used to query for certain things in Fusion...

I: Discussion‌‌
T: Bug

When using queries in Fusion to fetch nodes, a condition on the workspace is added, always restricting results to the `live` workspace. This leads to unexpected results, since changes from...

T: Bug

Given that: - a workspace with a lot of changes exist (more than the default threshold of 100 to flush the indexing queues, `indexingBatchSize`) When I: - _publish all_ those...

I: Discussion‌‌
T: Bug

I have the following setup to limit a collection and return it as json. But iterator.isLast is not true in the last cycle, so the json format is wrong because...

When moving a document or collection with children only the moved nodes path is updated and not the childrens. The sort_index of the new siblings of the moved node doesn't...