What do you think if we could provide suggestions to the user when they might have a typo in their search query?
For example,
If the user types panetheon-calculator
in the search.
The UI would suggest "Did you mean pantheon-calculator?".
I feel that this should be implemented upstream in Guix itself?
It's a good idea. sqlite3 already has some tools for that: https://www.sqlite.org/spellfix1.html Should not be that hard!