Skip to content

Fix bug where initalize_searchkick_indexes doesnt work because model class...

Daniel Schwab requested to merge fix_and_improve_search_reindex_and_refresh into master

Fix bug where initalize_searchkick_indexes doesnt work because model class loading issue and improve reindex_model method to not always run reindex_and_refresh twice, which speeds up process by 2x

Merge request reports