Omeka
Omeka copied to clipboard
Message when indexing is complete would be nice
When indexing records, the message that it might take a while combined with the tip that you can keep working makes people expect to see a message when the indexing is complete
I can do this, but it'll have to be a hack. Since we use a job to initiate a background process, the only distinction between processes is serialized in processes
.args
. The hack would be to search for all rows that contain Job_SearchTextIndex
in that column and assume the results are the search indexing processes. I think it's a fair assumption, but still a hack.
Seems reasonable. I don't think that this counts as a blocker, though.