Skip to content

Commit

Permalink
LoadError: cannot load such file -- redmine_xapian/search_data #146
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed May 17, 2024
1 parent b30d112 commit 30771e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/redmine_xapian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

# Libraries
require "#{File.dirname(__FILE__)}/redmine_xapian/search_data"
require "#{File.dirname(__FILE__)}/redmine_xapian/xapian_search"
require "#{File.dirname(__FILE__)}/redmine_xapian/container_type_helper"
require "#{File.dirname(__FILE__)}/redmine_xapian/xapian_search_service"

# Patches
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_xapian/xapian_search_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
module RedmineXapian
# Xapian search service
class XapianSearchService
extend XapianSearch
extend RedmineXapian::XapianSearch

class << self
def search(search_data)
Expand Down

0 comments on commit 30771e7

Please sign in to comment.