Optional
elements: ElementsEnriches this flowr search element collection with the given enrichment. To retrieve enrichment content for a given enrichment type, use enrichmentContent.
Please note that this function does not also enrich individual elements, which is done through enrichElement. Both functions are called in a consise manner in FlowrSearchBuilder.with, which is the preferred way to add enrichments to a search.
Optional
args: EnrichmentSearchArguments<E>
Intentionally, we abstract away from an array to avoid the use of conventional typescript operations