https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36365

--- Comment #13 from Thomas Klausner <[email protected]> ---
I think the patch works, but the ES records are not updated immediately. They
end up in the `background_jobs` table. We had quite some problems with the
`background_jobs`, and on ktd the missing record (id 1) is not added to ES.
This might well be because I'm doing something wrong.

In the DB the jobs have status 'finished', but ES is still missing:

curl es:9200/koha_kohadev_biblios/data/1?pretty=true
{
  "_index" : "koha_kohadev_biblios",
  "_type" : "data",
  "_id" : "1",
  "found" : false
}

Not sure what to do next...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to