zvdv / ECSS-Lockers

0 stars 1 forks source link

Locker number search behaves in mysterious ways #3

Open zvdv opened 1 month ago

zvdv commented 1 month ago

When searching for lower-numbered lockers, you must input the leading zeroes for them to come up in the search (e.g. 1 comes up with 100, 101, etc. while 00 comes up with 001, 002, etc.). But as soon as you type a number other than 0, it goes back to only displaying 3-digit results starting with that number. image image

parsa222 commented 3 weeks ago

it might have something to do with the numbers being stored as strings or how the input is being parsed. I'll work on it.