bahnzumberg / zuugle-api

Public repositority for backend components of www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
2 stars 3 forks source link

Autosuggest feature not working without city #45

Closed martinheppner closed 11 months ago

martinheppner commented 11 months ago

Searching for "schnee" gives me autosuggestions - see first picture - when I have selected a city. The second screenshot shows the same search for "schnee", but shows no auto suggestions.

Image

Image

martinheppner commented 11 months ago

The priority of this issue is very high, because all the people, who are visiting the first time, will not return, when they are frustrated.

Falsal commented 11 months ago

@martinheppner : will get on it today.

martinheppner commented 11 months ago

The city is a string "null". It was checked if the city is null, but not if it is not "null". This has been added now. And that only lowercase strings are stored into logsearchphrase table.