This has been bugging me ever since Umbraco started storing stuff in JSON blobs, but here goes...
Let's say I have a v8 site that uses the BlockList editor for lots of content, including the main text (WYSIWYG) content of a page.
How do I make this content available for search without having to know the intrinsic details of Lucene/Examine? OR having to install one or two packages that I can't know for sure will keep working with updates etc.?
Search is such a "standard" component of a site, yet I can't "just add" it because I apparently don't know enough C# to "simply" write a controller that injects XYZ or a composer that adds the fields to the ExternalIndex.
How do we search BlockList content?
Hey friends!
This has been bugging me ever since Umbraco started storing stuff in JSON blobs, but here goes...
Let's say I have a v8 site that uses the BlockList editor for lots of content, including the main text (WYSIWYG) content of a page.
How do I make this content available for search without having to know the intrinsic details of Lucene/Examine? OR having to install one or two packages that I can't know for sure will keep working with updates etc.?
Search is such a "standard" component of a site, yet I can't "just add" it because I apparently don't know enough C# to "simply" write a controller that injects XYZ or a composer that adds the fields to the ExternalIndex.
How are you all doing this?
Thanks,
/Chriztian
is working on a reply...