I have a currently evolving requirement on an application I’m in the process of designing where the client apparently wants to find (and replace) text strings/substrings within a Notes front end document.
Given that the Domino search methods are at the database level, it occurs to me that the only way I can do this is by individually polling the editable fields for their text containment and replacing as necessary. The current requirements make this feasible, in that the scope of the search is only a few dozen fields.
However, my concern is that the client may elect to open the find/replace functionality to the other several hundred fields and polling individual fields will no longer be practical.
Does anyone have any ideas?