python-editor-v3
python-editor-v3 copied to clipboard
[Search] Explore wildcard queries of other means of matching API terms from prefixes
trafficstars
I tried creating a simple wildcard search but a wildcard doesn't match the empty string so we'd need to do something fancy, like a disjunction of an exact match and the wildcard for each term.
The inconsistency with autocomplete is an issue here.