[Feature] FullText index
I would like to implement fulltext search in my project. I want to use the simplicity of denormalizer to index documents from events.
Create a new storage for node-viewmodel based on search-index is it a good thing ?
I wan't your feeling about that.
To you describe it a bit more? With dummy code?
I want to have fulltext search capabilities in my cqrs based solution. I want implement this functionnality with the search-index library (https://github.com/fergiemcdowall/search-index).
For me it's an other read repository optimized for fulltext query.
I want use a denormalizer to build indexed views. Having a new backend with search-index into node-viewmodel allow possibility to index directly via cqrs-eventdenormalizer.
How would an indexed viewmodel look like? Dies it save a snapshot?