Skip to content

Commit

Permalink
Change the join statement
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Feb 1, 2018
1 parent ea06739 commit 3f4d9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/tripal_elasticsearch.gene_search.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ function tripal_elasticsearch_gene_search_index_query_mapper($arguments) {
$queries[] = [
'query_string' => [
'fields' => ['organism_genus', 'organism_species'],
"query" => "\"$genus $species\"",
"default_operator" => "OR",
"query" => "\"$genus\" \"$species\"",
"default_operator" => "AND",
],
];
}
Expand Down

0 comments on commit 3f4d9cb

Please sign in to comment.