Skip to content

Commit

Permalink
Order facets by count
Browse files Browse the repository at this point in the history
Also removes boost filters

Refs NASA-PDS/portal-wp#69
  • Loading branch information
jordanpadams committed Oct 11, 2024
1 parent fde8d53 commit 9a3c2fc
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@
<str name="rows">50</str>
<str name="facet">true</str>
<str name="facet.mincount">1</str>
<str name="facet.sort">count</str>
<str name="facet.field">investigation_ref</str>
<str name="facet.field">instrument_ref</str>
<str name="facet.field">target_ref</str>
Expand All @@ -812,10 +813,12 @@

<!-- Boosts -->
<str name="bq">data_product_type:Product_Context_Search_Tool^100</str> <!-- Search Tools -->
<str name="bq">product_class:Product_Context^100</str>
<str name="bq">product_class:Product_Bundle^90</str>
<str name="bq">product_class:Product_Collection^80</str>
<str name="bq">data_product_type:Resource^10</str>
<str name="bq">data_class:Investigation^100</str>
<str name="bq">data_class:Product_Context^50</str>
<!-- <str name="bq">product_class:Product_Bundle^90</str> -->
<!-- <str name="bq">product_class:Product_Collection^90</str> -->
<!-- <str name="bq">product_class:Product_Data_Set_PDS3^90</str> -->
<!-- <str name="bq">data_product_type:Resource^10</str> -->
</lst>

<arr name="last-components">
Expand Down

0 comments on commit 9a3c2fc

Please sign in to comment.