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

Search fixxed

parent 9ec2d2c1
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(OrientdbService.create_client)
@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