Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate partial reindexing with mode_async bulk reindexing #1662

Open
abdul-wahab-qbatch opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@abdul-wahab-qbatch
Copy link

I have a use case where I need to do partial bulk reindexing, though I've created my own custom workers to do so, but I want support from search kick by default.
code

index = Product.reindex(:sales_data, mode: :async)
Product.search_index.promote index[:index_name]

but the index instead of returning the index_name, returns true.
Need this support so that we can use the Searchkick::BulkReindexJob to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant