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

Sometimes no suggestions shows up #694

Closed liowalter closed 5 years ago

liowalter commented 5 years ago

For example :

For less or more characters, suggestions appear.

Also multiwords :

liowalter commented 5 years ago

line 202 from autosuggest.ts : if (section.result && section.result.total > 0) {

this is wrong as it means : "if algeb gives no result, don't show suggestions"