Strip steamid inputs in player tab upon RCON search
I notice when I search a SteamID, it will often have a trailing space. Could the web interface auto-strip these inputs? It will fail to search if there is a trailing space.
6 Replies
Doing quick search it wraps it in Quotes automatically.
So it's searching for EG:
"76561199444608785 "
If you do a normal Full Search, it will still find said player with the extra spaces.
Per the note under the search section:
Quick Match will only return exact matches and operators (AND/OR/NOT/quotes) will not work.
gotcha, but would it still make sense to strip leading and trailing whitespace?
No, cause if we are searching for names that have them it would fail, so catch 22.
i wasn't aware that was actually possible, steam names can have leading/trailing whitespaces?
Have to remmeber its not just steam.
Search includes all identifiers.
And cause the system is global across all supported games, it's hard to make unique things as such.
gotcha, thank you for clarifying