So, when I type ?1- I get a dropdown with suggestions. Same when I type just numbers (not that I've any bright ideas as to how to fix that, of course).
I think is because of how they handle strings in the removeWhitespace() function -- it strips out anything that's not a letter. So pi/?.=-,1245 will suggest the same as pi.
So, when I type
?1-
I get a dropdown with suggestions. Same when I type just numbers (not that I've any bright ideas as to how to fix that, of course).