Skip to content
Snippets Groups Projects
Commit 9ec2d2c1 authored by Lucas Ernesto Kindinger's avatar Lucas Ernesto Kindinger
Browse files

Fix search

parent bbf35ad5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ module SearchEngine
module OrientdbLucene
def search_service
@search_service ||= SearchService.new(OrientDb::Client.instance)
@search_service ||= SearchService.new(OrientdbService.create_client)
end
def search(params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment