Skip to content

Commit

Permalink
TRUNK-4426 Reverting unrelated change to the search
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 19, 2014
1 parent 4be239e commit 64eec76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ private String newConceptNameQuery(final String name, final boolean searchKeywor
query.append("(concept.conceptMappings.conceptReferenceTerm.code:(").append(escapedName).append(")^0.4 OR (");
final StringBuilder nameQuery = newNameQuery(tokenizedName, escapedName, searchKeywords);
query.append(nameQuery);
query.append(" (localePreferred:true OR conceptNameType:FULLY_SPECIFIED))^0.4 OR (");
query.append(" localePreferred:true)^0.4 OR (");
query.append(nameQuery);
query.append(")^0.2)");

Expand Down

0 comments on commit 64eec76

Please sign in to comment.