I have a manufacturer part number: CISCO7204VXR-CH. The indexer produces:

1        2       3      4
cisco    7204    vxr    ch
                        vxrch
                        cisco7204vxrch

If I query on CISCO7204VXR-CH, I get:

1        2       3      4
cisco    7204    vxr    ch

Everything matches. But if I query on CISCO7204VXRCH, I get

1        2       3
cisco    7204    vxrch

This
does not match on term 3. So, the match fails in this case and returns
no results. It seems like it is demanding that every term in the index
matches, which doesn't make a whole lot of sense. Should just be the
query, right?


      

Reply via email to