Rafał Lisowski
Rafał Lisowski
did you try `bundle config build.charlock_holmes --with-icu-dir=/path/to/installed/icu4c` before bundle install?
@hql287 can we have Polish translation on crowdin.com? I can help with this one.
👍 I have the same problem. But my fix was different. When I remove the subdirectories from `images` and put all images there it works.
Try my suggestion from #54 : move `IssuesHelper.send :include, RedmineDidyoumean::Patches::SearchIssuesHelperPatch` outside `ActionDispatch::Callbacks.to_prepare` block in [init.rb](https://github.com/abahgat/redmine_didyoumean/blob/master/init.rb) Works for me in Redmine 2.5.2.stable
What about full text search with [elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-rails) I could work with sidekiq worker as an async indexer. Indexer could be triggered by hooks in Issue (added via patch). There is...
Consider also [thinkingsphinx](http://pat.github.io/thinking-sphinx/searching.html) which can fit better that elasticsearch to current features list (filter by project_id, issue_id, status)
:+1:
It works, you need to install Sphinx. See ThinkingSphinx quickstart [guide](http://pat.github.io/thinking-sphinx/quickstart.html) it's already available in most distros. To be honest @swiatkiewicz changes allow replace sql like search with sphinx indexer...
show us plugin settings /settings/plugin/redmine_didyoumean
Should work, I have similar settings. Any errors in redmine log file? or in browser development console?