Skip to content

Commit

Permalink
Fixed error in omponent_relation_parent search tipos that causes sear…
Browse files Browse the repository at this point in the history
…ch from component parent do not works
  • Loading branch information
Juan Francisco Onielfa Veneros committed Mar 10, 2021
1 parent 213af84 commit be3a0ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
$search_query_object_options->logical_operator = '$or';
$search_query_object_options->id = 'temp';
$search_query_object_options->section_tipo = []; //$hierarchy_sections; // Normally hierarchy_sections
$search_query_object_options->search_tipos = [DEDALO_THESAURUS_TERM_TIPO];
$search_query_object_options->search_tipos = $search_tipos;
$search_query_object_options->distinct_values = false;
$search_query_object_options->show_modelo_name = true;
$search_query_object_options->filter_custom = null;
Expand Down

0 comments on commit be3a0ae

Please sign in to comment.