ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
634 stars 116 forks source link

Search results are sensitive to spaces #1805

Closed local-optimum closed 1 month ago

local-optimum commented 1 month ago

image

Searching for 'libre office' does not return LibreOffice is a good example, searching for 'jupyter lab' doesn't return JupyterLab, I wonder if we can improve the search algorithm to be better at dealing with spaces.

d-loose commented 1 month ago

This is something that needs to be addressed on the store side. The search results displayed in the app center are consistent with the snap CLI and snapcraft.io

$ snap find "libre office"
Name            Version   Publisher                  Notes  Summary
mumble          v1.5.517  snapcrafters✪              -      Open Source, Low Latency, High Quality Voice Chat
atimerecording  1.4.19    gerold-gp-softwaretechnik  -      Free online time tracking for work, self-employed, sports and leisure.

image