With a couple of applications that create new profiles using $LW->dbo functions (old applications) we’ve seen issues with newly created profiles not being findable until they are viewed or listed in the backend. In one application’s code, I see this function: $_LW->d_search->indexItem() which makes me wonder if the issue is caused by an indexing operation that isn’t being run.
Without updating the application, I’d like to find a way to touch each of the profiles - I think this might solve the immediate problem of their not being findable. Is there a way to do this, in the backend or otherwise? Like a re-index function that could be run on a type of profile? Or am I on the wrong track with this indexing idea?
Thanks,
Ed