Skip to content

Commit

Permalink
Code climate [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
milaaraujo committed Jul 25, 2018
1 parent 48daf97 commit 50cbcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/search_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def textSearch_all(srchString)
end

# Search profiles for matching text and package up as a DocResult
# If order == "recentdesc", search for more recently updated profiles for matching text.
# If order == "recentdesc", search for more recently updated profiles for matching name.
# Otherwise, show profiles without any ordering
def textSearch_profiles(srchString, order = nil)
sresult = DocList.new
Expand Down

0 comments on commit 50cbcf8

Please sign in to comment.