Islandora / advanced_search

This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.
https://www.drupal.org/project/advanced_search
GNU General Public License v2.0
3 stars 9 forks source link

[BUG] Edismax search without boost number #50

Closed kylehuynh205 closed 5 months ago

kylehuynh205 commented 5 months ago

What steps does it take to reproduce the issue?

image

When does this issue occur?

image

Use case

score random boost_document ss_author ds_changed ds_created itm_edtf_year .....
ss_author^1 ds_changed^1 ds_created^1 itm_edtf_year^1 sm_field_award_received^1 tm_X3b_en_field_description^8
kylehuynh205 commented 5 months ago

To solve this issue, I have a PR at https://github.com/Islandora/advanced_search/pull/49