I have several objects with the following naming conventions.
a. "Purchase Order 1"
b. "Purchase Order 2"
c. "Purchase Order 3"
d. " Purchase Order 4" (space at the start)
e. "Purchase Order 5 " (space at the end)
f. "Purchase Order 10"
g. "Purchase Order 11"
h. "Purchase Order 12"
i. "Purchase Order13"
- Search by "Order" should list everything
- Does it make sense to allow "5 " or " P" or should I strip them before searching.
- I need to search for all orders starting with " 1". So that I can avoid Order13.
How should the user interface handle space as input (especially in the beginning, end). Need inputs.