First, \ascii is probably not the correct expression to use, as
it includes spaces as well as all the other characters. You might
be better of with -k"[\alnum\punct]{2,99}".
Second, make sure you unindex before creating an index with a
different expression, as the expressions used during the first
create will stick.
Third, check for shell escapement of \ etc. Probably not happening
if other searches are working correctly.