I have a wildcard query that looks something like:
q=location:los a*
I\'d like it to match \"los angeles\" and \"los altos\". A query like
Used this
q=location:los/ a*
instead of