I can't easily select certain items from the sales screen.
Some of my items have a code that I gave to them. The code is in the item name field. For example:
1720 - Blue Widgets
So if I type in 1720, the javascript selector instead selects the item that has item_id of 1720, not the item with the number 1720 in the name.
The weird thing is if I type in 720, it will show the 1720 - Blue Widgets item in the dropdown selector.
Also, if I type just 172 it will show "1720 - Blue Widgets", but once I type in the full 1720 the item "1720 - Blue Widgets" dissapears from the drop down selector.
Also weird is that if i go to the manage items screen and use the search field for "1720" it displays the item "1720 - Blue Widgets" but DOESN'T display the item that has item_id 1720.
~~~~
So to summarize:
On Sales Screen, typing in a number COULD cause the selector to show only the item with that item_id even if the number appears in the item name.
On the item edit page, the selector DOESN'T behaive that way.