thinking-sphinx icon indicating copy to clipboard operation
thinking-sphinx copied to clipboard

Sphinx/Manticore plugin for ActiveRecord/Rails

Results 32 thinking-sphinx issues
Sort by recently updated
recently updated
newest added

File.exists? is deprecated and issues warning messages when run. One instance was already updates in f4973b4ab172d222df57972780935d4fa47ef730 for #1211. This commit updates the remaining use of File.exists?

Hi @pat We are running into MySQL connection issue when running feature test relying on sphinx. It seems to happen if there is more than one test requiring sphinx, ie...

Hi Pat It appears that `total_pages` is incorrect with `Manticore 5.0.2 348514c86@220530 dev` as backend. I know it's Manticore because the problem did not occur with Sphinx. Here's how to...

Some time after upgrading some packages on a linux machine, our rails test suite started to fail due to connection errors to Sphinx. The sphinx callback triggered after destroying a...

Range Filters seem to be very useful but looks like TS hasnt implemented this from what I can see. I have a column which is an integer and I need...

Current project I'm working on tries to do index work as background jobs. Where index worker method is [like this](https://github.com/3scale/porta/blob/master/app/workers/sphinx_indexation_worker.rb): ```ruby def perform(model) callback = ThinkingSphinx::RealTime.callback_for(model.class.name.underscore) callback&.after_commit model end ```...

Hello @pat . I have this error in my development environment in docker container. My config is ```yaml development: &dev utf8: true indices_location: db/sphinx/development mysql41: 9406 ``` When I run...

Hi. We're using the latest version of the thinking sphinx gem (4.4.1) and we recently upgraded to Rails 5.1. Since that upgrade, we've been seeing deprecation warnings in the gem....

There are a few places where it is assumed that applications are using the default :bigint primary_key and therefore have rt_attr_bigint = sphinx_internal_id. We are using :uuid. I have made...

Hi guys, I'm trying to config TS for working with capistrano and seems there is a bug. The command just freezes after `restart`. My env: - ruby 3.1.1 - rails...