refinerycms-search icon indicating copy to clipboard operation
refinerycms-search copied to clipboard

Search Plugin for RefineryCMS

Results 8 refinerycms-search issues
Sort by recently updated
recently updated
newest added

Changed to use the new path in `refinerycms-acts-as-indexed`. Also now dependent on the github master branch of refinerycms-acts-as-indexed

In order to fix search with special characters, we have to convert a seach query to ascii : https://github.com/refinery/refinerycms-search/issues/62 https://github.com/dougal/acts_as_indexed#unicode-utf8-support This PR needs to be merged after, this PR :...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler could not find compatible versions...

I'm trying to install gem 'refinerycms-search' for the project. But when running 'rails generate refinery: search' the error is as shown. Please tell me the reason. rails generate refinery:search /home/thanh/.rvm/gems/ruby-2.3.4/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in...

Was getting this error. Traced it to the search engine model. For some reason my `enable_for` configs are coming through as classes and not strings as is expected by the...

Hi I'm using this gem on an existing Refinery project. The project has a loads of custom engines, pretty standard stuff. The "Point" engine has a "project_external_id" field. ``` ruby...

I use refinerycms 3-0-0-stable , refinerycms-acts-as-indexed 2.0.0, and refinerycms-search on master.