You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle has too high abstraction level by deciding which index to use with search or index ops. Any entity may be placed in different indexes (e.g. different order). Same problem taking place in discriminated doctrine entities, that could be indexed separately or all together.
My suggestion is to downgrade abstraction level for IndexManager and let developers write their own SearchIndexerSubscribers, to pass required indexes and actions.
The text was updated successfully, but these errors were encountered:
Hi @proArtex, thanks for your feedback.
I would definitely like to add the possibility to index multiple entities to one index and send one entity to multiple index. I currenlty haven't found a good way to do so but I'm definitely open to any idea.
Could you share more details to what you have in mind about
let developers write their own SearchIndexerSubscribers, to pass required indexes and actions
I think it's doable with the current version, I'd like to give it a go.
Description
Bundle has too high abstraction level by deciding which index to use with search or index ops. Any entity may be placed in different indexes (e.g. different order). Same problem taking place in discriminated doctrine entities, that could be indexed separately or all together.
My suggestion is to downgrade abstraction level for IndexManager and let developers write their own SearchIndexerSubscribers, to pass required indexes and actions.
The text was updated successfully, but these errors were encountered: