Skip to content

Commit

Permalink
increase uid boosting in queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 5, 2020
1 parent d9f4e86 commit c725216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def as_indexed_json(options={})
end

def self.query_fields
['uid^10', 'name^5', 'given_names^5', 'family_name^5', '_all']
['uid^50', 'name^5', 'given_names^5', 'family_name^5', '_all']
end

def self.query_aggregations
Expand Down

0 comments on commit c725216

Please sign in to comment.