Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search box in the vars ui menu does not search as expected #1564

Closed
nochinator opened this issue Jul 8, 2024 · 0 comments · Fixed by #1565
Closed

Search box in the vars ui menu does not search as expected #1564

nochinator opened this issue Jul 8, 2024 · 0 comments · Fixed by #1565

Comments

@nochinator
Copy link
Contributor

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant