Have you tried reindexing your Movie model?
You can within the console run
# BASH
rails c
# RAILS CONSOLE
Movie.reindex
or straight from Bash
rake searchkick:reindex CLASS=Movie
I think I'll do a followup episode on the FullCalendar with additional features, including the drag/drop support and recurring events.
Have a look at https://www.driftingruby.com/episodes/infinite-scrolling
It uses `will_paginate` but `kaminari` should be a fairly simple drop in with some minor changes.
I must have been exhausted when I was writing up the Resources section. Check it now, the source code link is posted.