Hi all,
My project: What I want to do is INSERT a macro string into the content (like the OOTB "[view:]" macro), then create an automation to INJECT external content in place of the embedded macro (using the WikiPage.Render event)... but then I also want to make sure that the injected content is also searchable.
Q: Does the SearchIndexing.Render event allow me to alter the content of the Wiki Page (or whatever) by injecting the external content BEFORE the content is tokenized and indexed into the search engine?
The documentation didn't provide an explanation of the SearchIndexing.Render event, so I'm just looking for any available details.
Thanks!