Commit 29de0406597a8428f08737af991199daf6e9d6a5

Authored by Andrew Kane
1 parent 0fc2015f

Updated readme [skip ci]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -1618,7 +1618,7 @@ end @@ -1618,7 +1618,7 @@ end
1618 1618
1619 Deploy and reindex your data. For zero downtime deployment, temporarily set `conversions: false` in your search calls until the data is reindexed. 1619 Deploy and reindex your data. For zero downtime deployment, temporarily set `conversions: false` in your search calls until the data is reindexed.
1620 1620
1621 -Create a job to update the conversions column and reindex records with new conversions. Here’s one you can use for Searchjoy: 1621 +Then, create a job to update the conversions column and reindex records with new conversions. Here’s one you can use for Searchjoy:
1622 1622
1623 ```ruby 1623 ```ruby
1624 class ReindexConversionsJob < ApplicationJob 1624 class ReindexConversionsJob < ApplicationJob
@@ -1657,7 +1657,7 @@ class ReindexConversionsJob &lt; ApplicationJob @@ -1657,7 +1657,7 @@ class ReindexConversionsJob &lt; ApplicationJob
1657 end 1657 end
1658 ``` 1658 ```
1659 1659
1660 -Run the job with: 1660 +Run the job:
1661 1661
1662 ```ruby 1662 ```ruby
1663 ReindexConversionsJob.perform_now("Product") 1663 ReindexConversionsJob.perform_now("Product")