Re: edge_ngram and short words containing digits

2014-05-28 Thread Kevin Murphy
On May 28, 2014, at 6:19 PM, Kevin Murphy wrote: > i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete > application. I’ve noticed that words containing digits are not being > matched. Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to > the occur

edge_ngram and short words containing digits

2014-05-28 Thread Kevin Murphy
Hi, i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete application. I’ve noticed that words containing digits are not being matched. Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to the occurrence of the digit and fail starting with the digit. Below is what