You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version and build: branch:steam version:2.0.9 build:723
Observation: the search box in the vars menu only searches for complete, exact matches (must search for the full variables name)
Expected result: the search box should search for incomplete matches (eg. searching "shotgun" shows all items that start with word the characters "shotgun")
How to reproduce: enter a game/match (offline recommended but is present in online as well), run 'showui vars' in console, put a letter in the text box on the top left, see that the variables on the right are all sorted out
I understand this menu is not updated or even accessible without commands, however until it does get updated we might as well fix this small and easy to fix problem.
note: pull request to fix this coming soon
Version and Build: Branch: steam, Version: 2.0.9, Build: 723
Observation: Currently, the search box in the vars menu searches only for complete, exact matches of variable names.
Expected Result: The search box should support incomplete matches (e.g., searching "shotgun" should display all items starting with "shotgun").
How to Reproduce:
Enter a game/match (offline recommended, also observable in online mode).
Execute 'showui vars' in the console.
Enter a letter in the search box at the top left.
Note that the variables on the right are filtered based on exact matches only.
I understand this menu is planned to be updated soon and is not accessible without commands. However, addressing this straightforward issue will make the current implementation massively more useful till its been fully updated.
The text was updated successfully, but these errors were encountered:
Version and build: branch:steam version:2.0.9 build:723
Observation: the search box in the vars menu only searches for complete, exact matches (must search for the full variables name)
Expected result: the search box should search for incomplete matches (eg. searching "shotgun" shows all items that start with word the characters "shotgun")
How to reproduce: enter a game/match (offline recommended but is present in online as well), run 'showui vars' in console, put a letter in the text box on the top left, see that the variables on the right are all sorted out
I understand this menu is not updated or even accessible without commands, however until it does get updated we might as well fix this small and easy to fix problem.
note: pull request to fix this coming soon
Version and Build: Branch: steam, Version: 2.0.9, Build: 723
Observation: Currently, the search box in the vars menu searches only for complete, exact matches of variable names.
Expected Result: The search box should support incomplete matches (e.g., searching "shotgun" should display all items starting with "shotgun").
How to Reproduce:
Enter a game/match (offline recommended, also observable in online mode).
Execute 'showui vars' in the console.
Enter a letter in the search box at the top left.
Note that the variables on the right are filtered based on exact matches only.
I understand this menu is planned to be updated soon and is not accessible without commands. However, addressing this straightforward issue will make the current implementation massively more useful till its been fully updated.
The text was updated successfully, but these errors were encountered: