The autocomplete allows people to search for peps by name, which is much more convenient and common.
This is how I would handle the autocomplete:
- If the cached peps is an empty, fetch it and cache it.
- Implement some fuzzy searching to find related peps
But I don't think I would PR this since I can't test it, so someone can take it up if they would like too.
The autocomplete allows people to search for peps by name, which is much more convenient and common.
This is how I would handle the autocomplete:
But I don't think I would PR this since I can't test it, so someone can take it up if they would like too.