You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've tried this plugin and I think it's a great idea.
I have a problem when running this plugin. I tried master and 0.2.0 version.
After step 6, bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production, I got this error.
I'v corrected line in search_controller_patch.rb, line 204, from
Yes, it was a problem with old version of ruby. I've got it to work by updating ruby/redmine by using latest Bitnami redmine-3.3.2-2. All this is working on windows and for now no problems.
Hi,
i've tried this plugin and I think it's a great idea.
I have a problem when running this plugin. I tried master and 0.2.0 version.
After step 6,
bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production
, I got this error.I'v corrected line in search_controller_patch.rb, line 204, from
def get_search_fields(titles_only:, search_attachments:)
to
def get_search_fields(titles_only, search_attachments)
I've successfully reindexed document in Elasticsearch with version 0.2.0 but not with master.
Master gives me error in, index.rake, line 68.
estimated_records = ParentProject.count
ParentProject not initialized.
Thank you,
Nejc
The text was updated successfully, but these errors were encountered: