swissbib / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
12 stars 7 forks source link

Relevance of the first suggestions is sometimes doubtful #696

Closed liowalter closed 5 years ago

liowalter commented 5 years ago

For example, if you search "Pneumonia", the suggestion is the following

screenshot_319

I would rather expect "Pneumonia" which is the title of many documents on this subject : https://test.swissbib.ch/Search/Results?sort=relevance&advancedSearchFormRequest=advancedSearchFormRequest&join=AND&bool0%5B%5D=AND&lookfor0%5B%5D=pneumonia&type0%5B%5D=Title&daterange%5B%5D=publishDate&publishDatefrom=&publishDateto=&limit=20

If I add a space after Pneumonia, I get the expected results. (also : Trunkierung der Eingabe: Im Moment hat man meistens den Eindruck, dass erst nach Eingabe eines Leerzeichens die richtigen Vorschläge kommen. Z.B. bei der Eingabe von Seife mit und ohne Leerschlag unterscheiden sich die Resultate stark. Das sollte konsistenter und logischer sein.)

liowalter commented 5 years ago

Same is true for "scrum" and "scrum "

liowalter commented 5 years ago

Same for "dicker" and "dicker " (author)

For "dicker ", we get :

Apparently, they are alphabetically sorted. They should be sorted rather by number of results.

liowalter commented 5 years ago

The problem with the space is related to this https://github.com/swissbib/vufind/issues/700