Alternate source for spellcheck dictionary?
The design of the Spellcheck, through v7, presumes that the local wordlist is maintained within a Pega Rule-File-Text.
Is there a way to manage these instead from a remote service? That's the way the world is going, where we manage enterprise data stores externally, and use web/rest service to access.
It seems like the function InitNewSession is final; functions GetLexiconStream & GetLexiconContent are not, but those aren't that easy to override, given that they are expecting a reference to Rule-File-Text.
Alternately, granted, the remote service could call a Pega service which calls the activity AddWord. But that's not our ideal long-term solution.
- Jon
[originally posted Aug 31st; updated on Sept 30th]
***Updated by Moderator: Marissa to update categories***