I think it’s subjective whether this is a bug or not. Hope you can “fix it” though :slightly_smiling_face:
The barcode search (using the iPhone app at least) seems not to trim whitespace at the end of a string.
e.g. We have some QR codes which codify "D032 " not “D032” so return zero results.
This is kind of our fault, BUT also kind of counter-intuitive since a substring like “D03” will return ALL results with “D03” within them - so the search is very accepting in one way and very strict in another.
Any thoughts? I would have thought trimming whitespace from the end of a search string was normal practice…
Thanks