python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Tests fail only on github actions with rails, elasticsearch and searchkick
Ruby 3.0.3 Rails 7.0.0.alpha2 elasticsearch 7.17.1 searchkick 5.0.3
My tests are all passing on local but not on GitHub action and I don't know why...
Do you know how to show the details of the error ...
Guillaume
Votes: 0
Answers: 1
Can't start searchkick reindex
I can’t start reindexing, and can’t connect the elasticsearch from rails app.
pry(main)> Searchkick.server_version
ETHON: Libcurl initialized
ETHON: performed EASY effective_url= response_code= ret...
Олег Мозолєв
Votes: 0
Answers: 2
How can I search record stored in jsonb field using search kick on rails
I have jsonb field ocr_extract in products, and I have a search input that should query the products through ocr_extract[:text] field.
Data stored on ocr_extract field in this format:
ocr_extract:
...
panuza
Votes: 0
Answers: 0
Rails 7 - OS X - Searchkick - The client is unable to verify that the server is Elasticsearch
Ruby 3.0.3
Rails 7.0.0.alpha2
OS X 12.2.1
I installed on local Searchkick and followed the instructions to reindex the Company model but I have this error.
class Company < ApplicationRecord
searc...
Guillaume
Votes: 0
Answers: 1