Omeka icon indicating copy to clipboard operation
Omeka copied to clipboard

Message when indexing is complete would be nice

Open patrickmj opened this issue 12 years ago • 2 comments

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

patrickmj avatar Oct 31 '12 15:10 patrickmj

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.

jimsafley avatar Nov 01 '12 03:11 jimsafley

Seems reasonable. I don't think that this counts as a blocker, though.

patrickmj avatar Nov 01 '12 14:11 patrickmj