Early error messages are not always forwarded to the database.
It happened several times that searches got stuck with the status "SELECTED" which indicates that there was some error in between starting the search and actually setting up the status writes to the database.
So the status write back should be the first thing to be initialised.
Need to see how early I can make that without major rewrites.
Early error messages are not always forwarded to the database. It happened several times that searches got stuck with the status "SELECTED" which indicates that there was some error in between starting the search and actually setting up the status writes to the database. So the status write back should be the first thing to be initialised. Need to see how early I can make that without major rewrites.